Browse Source

Enable script verification for reorganized mempool tx

0.8
Pieter Wuille 12 years ago
parent
commit
038784b979
  1. 2
      src/main.cpp

2
src/main.cpp

@ -1754,7 +1754,7 @@ bool SetBestChain(CBlockIndex* pindexNew) @@ -1754,7 +1754,7 @@ bool SetBestChain(CBlockIndex* pindexNew)
// Resurrect memory transactions that were in the disconnected branch
BOOST_FOREACH(CTransaction& tx, vResurrect)
tx.AcceptToMemoryPool(false);
tx.AcceptToMemoryPool();
// Delete redundant memory transactions that are in the connected branch
BOOST_FOREACH(CTransaction& tx, vDelete)

Loading…
Cancel
Save