From ccc1c22301311e9ccd8084ec8e6a4f72adea6846 Mon Sep 17 00:00:00 2001 From: Jimmy Kiselak Date: Tue, 10 Feb 2015 20:14:54 -0500 Subject: [PATCH] Remove old TODO --- src/main.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index f52540ae0..49a0e3275 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2744,13 +2744,6 @@ bool ContextualCheckBlock(const CBlock& block, CValidationState& state, CBlockIn } } - // TODO: ~~This looks like a good place to check the "merkle" root of the - // TODO: NCC tree that will result from applying this block.~~ - // TODO: Actually, it's not, because the merkle root needs access to - // TODO: all of the coins spent by the new transactions, to check if - // TODO: they're NCC transactions. So the better place is in - // TODO: ConnectBlock, where inputs are checked against the coins - // TODO: they are spending. return true; }