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)); }