1
0
Fork 0
forked from lthn/blockchain

added extra logs for wallet issue - 2

This commit is contained in:
cryptozoidberg 2024-05-08 21:59:30 +04:00
parent 14a0be050e
commit fe3c3d731b
No known key found for this signature in database
GPG key ID: 2E10CC61CAC8F36D

View file

@ -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());
}
}