diff --git a/modules/service/stake_lock/dap_chain_net_srv_stake_lock.c b/modules/service/stake_lock/dap_chain_net_srv_stake_lock.c index e10836456918978c90303883739b89ef998f2aee..ca73168cb1b3156e3fc572844c30adde75c21464 100644 --- a/modules/service/stake_lock/dap_chain_net_srv_stake_lock.c +++ b/modules/service/stake_lock/dap_chain_net_srv_stake_lock.c @@ -1180,7 +1180,7 @@ static bool s_stake_lock_callback_verificator(dap_ledger_t *a_ledger, dap_hash_f return false; burning_tx = dap_chain_ledger_tx_find_by_hash(a_ledger, &hash_burning_transaction); - burning_transaction_out = (dap_chain_tx_out_t *)dap_chain_datum_tx_item_get(burning_tx, 0, TX_ITEM_TYPE_OUT,0); + burning_transaction_out = (dap_chain_tx_out_t *)dap_chain_datum_tx_item_get(burning_tx, 0, TX_ITEM_TYPE_OUT_EXT,0); if (!burning_transaction_out) return false; diff --git a/modules/type/blocks/dap_chain_cs_blocks.c b/modules/type/blocks/dap_chain_cs_blocks.c index bc1684db1c372890dfbeaa15dced1c6db7d86994..cbc24f4fc854eb203dd3a97b8bccf26bb3223a59 100644 --- a/modules/type/blocks/dap_chain_cs_blocks.c +++ b/modules/type/blocks/dap_chain_cs_blocks.c @@ -173,7 +173,7 @@ int dap_chain_cs_blocks_init() "\t\t List blocks\n\n" "Commission collect:\n" "block -net <net_name> -chain <chain_name> fee collect\n" - "-cert <priv_cert_name> -addr <addr> {-hash_one <block_hash> | -hash.<bl_hs,bl_hs,...>} -fee <value>\n" + "-cert <priv_cert_name> -addr <addr> -hashes <hashes list> -fee <value>\n" "\t\t Take the whole commission\n\n" );