1
0
Fork 0
forked from lthn/blockchain

minor fix

This commit is contained in:
sowle 2025-06-03 00:33:26 +02:00
parent 411cda4ad4
commit 7fb2fcc188
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

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