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:
Tom Harding
2015-03-23 20:56:53 -07:00
parent defd2d55b7
commit 5d34e16d3a
2 changed files with 169 additions and 0 deletions

View File

@@ -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'