From 62106ff4f3d65f0aaa744bc9f94e1ed34d432558 Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Wed, 6 May 2020 21:41:42 +0200 Subject: [PATCH] extra log in wallet --- src/wallet/wallet2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp index debda5b4..7e1c48c8 100644 --- a/src/wallet/wallet2.cpp +++ b/src/wallet/wallet2.cpp @@ -1162,7 +1162,7 @@ void wallet2::pull_blocks(size_t& blocks_added, std::atomic& stop) bool r = m_core_proxy->call_COMMAND_RPC_GET_BLOCKS_DIRECT(req, res); if (!r) throw error::no_connection_to_daemon(LOCATION_STR, "getblocks.bin"); - + WLT_LOG_L0("COMMAND_RPC_GET_BLOCKS_DIRECT: " << epee::serialization::store_t_to_json(req)); if (res.status == CORE_RPC_STATUS_GENESIS_MISMATCH) { WLT_LOG_MAGENTA("Reseting genesis block...", LOG_LEVEL_0);