forked from lthn/blockchain
added extra logs for wallet issue - 2
This commit is contained in:
parent
14a0be050e
commit
fe3c3d731b
1 changed files with 1 additions and 1 deletions
|
|
@ -577,7 +577,7 @@ void wallet2::process_new_transaction(const currency::transaction& tx, uint64_t
|
|||
if (pglobal_indexes->size())
|
||||
{
|
||||
//@#@
|
||||
LOG_PRINT_L1("add_to_last_zc_global_indexs: h: " << height << ", b: " << currency::get_block_hash(b) << " , tx: " << currency::get_transaction_hash(tx));
|
||||
LOG_PRINT_L1("add_to_last_zc_global_indexs: h: " << height << ", b: " << currency::get_block_hash(b) << " , tx: " << currency::get_transaction_hash(tx) << ", last_zc_output_index: " << pglobal_indexes->back());
|
||||
add_to_last_zc_global_indexs(ptc.height, pglobal_indexes->back());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue