diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp index 10cb7481..0115c334 100644 --- a/src/wallet/wallet2.cpp +++ b/src/wallet/wallet2.cpp @@ -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)