From 6270b214ce1cc4a09751c57c589a2865399b4c30 Mon Sep 17 00:00:00 2001 From: Leny Kholodov Date: Mon, 4 Mar 2019 20:59:12 +0200 Subject: [PATCH] Debug logging --- src/cryptonote_core/blockchain_based_list.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cryptonote_core/blockchain_based_list.cpp b/src/cryptonote_core/blockchain_based_list.cpp index 9080a2ab3..cfd716f2d 100644 --- a/src/cryptonote_core/blockchain_based_list.cpp +++ b/src/cryptonote_core/blockchain_based_list.cpp @@ -160,6 +160,8 @@ void BlockchainBasedList::apply_block(uint64_t block_height, const crypto::hash& //update tier + LOG_PRINT_L0("Blockchain based list has been built for block " << block_height << " and tier " << i << " with " << new_supernodes.size() << " supernode(s)"); + new_tier.emplace_back(std::move(new_supernodes)); }