remove isinitialblockdl from tmpmempool and revert false as default

This commit is contained in:
blackjok3r
2018-11-28 15:26:00 +08:00
parent 1c4dda372a
commit 7b7271aa45

View File

@@ -4313,7 +4313,7 @@ bool CheckBlock(int32_t *futureblockp,int32_t height,CBlockIndex *pindex,const C
const uint256 &hash = tx.GetHash();
if ( tx.vjoinsplit.size() == 0 ) {
transactionsToRemove.push_back(tx);
tmpmempool.addUnchecked(hash,e,!IsInitialBlockDownload());
tmpmempool.addUnchecked(hash,e,false);
}
}
BOOST_FOREACH(const CTransaction& tx, transactionsToRemove) {