From b1d85b23e6edf7e2eb7e86b2770959359482d5fc Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 20 Apr 2018 12:21:01 +0300 Subject: [PATCH] Test --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index fa298ac67..c1aa631a7 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3544,7 +3544,7 @@ CBlockIndex* AddToBlockIndex(const CBlockHeader& block) if (it != mapBlockIndex.end()) { fprintf(stderr,"addtoblockindex already there %p\n",it->second); - //if ( ASSETCHAINS_STAKED == 0 || it->second != 0 ) + if ( ASSETCHAINS_STAKED == 0 || it->second != 0 ) return it->second; } // Construct new block index object