From e298b14a55c7f5792481a488104e6358127b6aa3 Mon Sep 17 00:00:00 2001 From: warptangent Date: Mon, 8 Feb 2016 08:19:24 -0800 Subject: [PATCH] Blockchain: Update comments on removing block --- src/cryptonote_core/blockchain.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/cryptonote_core/blockchain.cpp b/src/cryptonote_core/blockchain.cpp index 6fe998260..f9247ae27 100644 --- a/src/cryptonote_core/blockchain.cpp +++ b/src/cryptonote_core/blockchain.cpp @@ -461,6 +461,11 @@ block Blockchain::pop_block_from_blockchain() { cryptonote::tx_verification_context tvc = AUTO_VAL_INIT(tvc); + // FIXME: HardFork + // Besides the below, popping a block should also remove the last entry + // in hf_versions. + // + // FIXME: HardFork // This is not quite correct, as we really want to add the txes // to the pool based on the version determined after all blocks // are popped.