1
0
Fork 0
forked from lthn/blockchain

add wallet prefix to log

This commit is contained in:
cryptozoidberg 2024-05-08 22:07:19 +04:00
parent 1609631431
commit 7ff0463587
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) << ", last_zc_output_index: " << pglobal_indexes->back());
WLT_LOG_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());
}
}