mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
Enable script verification for reorganized mempool tx
This commit is contained in:
parent
5c37be2db6
commit
038784b979
@ -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…
Reference in New Issue
Block a user