mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 14:38:29 +01:00
Merge pull request #6915
2d8860eFix removeForReorg to use MedianTimePast (Suhas Daftuar)b7fa4aaDon't call removeForReorg if DisconnectTip fails (Suhas Daftuar)7e49f5fTrack coinbase spends in CTxMemPoolEntry (Suhas Daftuar)bb8ea1fremoveForReorg calls once-per-disconnect-> once-per-reorg (Matt Corallo)474b84aMake indentation in ActivateBestChainStep readable (Matt Corallo)b0a064cFix comment in removeForReorg (Matt Corallo)9b060e5Fix removal of time-locked transactions during reorg (Matt Corallo)0c9959aAdd failing test checking timelocked-txn removal during reorg (Matt Corallo)
This commit is contained in:
@@ -82,7 +82,7 @@ testScripts = [
|
||||
'rawtransactions.py',
|
||||
'rest.py',
|
||||
'mempool_spendcoinbase.py',
|
||||
'mempool_coinbase_spends.py',
|
||||
'mempool_reorg.py',
|
||||
'httpbasics.py',
|
||||
'multi_rpc.py',
|
||||
'zapwallettxes.py',
|
||||
|
||||
Reference in New Issue
Block a user