1
0
Fork 0
forked from lthn/blockchain

unnecessary logs removed

This commit is contained in:
sowle 2020-05-12 18:30:28 +03:00
parent 3c30c655ff
commit a2ac9c7640
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -1175,7 +1175,6 @@ void wallet2::pull_blocks(size_t& blocks_added, std::atomic<bool>& 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 == API_RETURN_CODE_GENESIS_MISMATCH)
{
WLT_LOG_MAGENTA("Reseting genesis block...", LOG_LEVEL_0);