forked from lthn/blockchain
minor improvements
This commit is contained in:
parent
e0acea65b8
commit
cb3891ac0c
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue