1
0
Fork 0
forked from lthn/blockchain

minor improvements

This commit is contained in:
sowle 2025-06-04 16:48:53 +02:00
parent e0acea65b8
commit cb3891ac0c
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -3154,7 +3154,8 @@ void wallet2::detach_blockchain(uint64_t including_height)
//asset descriptors
handle_rollback_events(including_height);
WLT_LOG_L0("Detached blockchain on height " << including_height << ", transfers detached " << transfers_detached << ", blocks detached " << blocks_detached);
WLT_LOG_L0("Detached blockchain on height " << including_height << ", transfers detached " << transfers_detached << ", blocks detached " << blocks_detached
<< ", new top: " << print16(m_chain.get_top_block_id()) << " @ " << m_chain.get_top_block_height());
}
//----------------------------------------------------------------------------------------------------
void wallet2::operator()(const asset_register_event& e)