mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-09 06:09:48 +02:00
Add txn_clone.py test
Does what the old txnmall.sh test did. Creates an equivalent malleated clone and tests that SyncMetaData syncs the accounting effects from the original transaction to the confirmed clone.
This commit is contained in:
@@ -21,6 +21,8 @@ testScripts=(
|
||||
'mempool_resurrect_test.py'
|
||||
'txn_doublespend.py'
|
||||
'txn_doublespend.py --mineblock'
|
||||
'txn_clone.py'
|
||||
'txn_clone.py --mineblock'
|
||||
'getchaintips.py'
|
||||
'rest.py'
|
||||
'mempool_spendcoinbase.py'
|
||||
|
||||
Reference in New Issue
Block a user