diff options
author | Alex Morcos <morcos@chaincode.com> | 2016-01-08 11:39:24 -0500 |
---|---|---|
committer | Alex Morcos <morcos@chaincode.com> | 2016-01-13 08:42:04 -0500 |
commit | df0e2226d998483d247c0245170f6b8ff6433b1d (patch) | |
tree | b480928a6a8e4e8726f2e71d43a15eff83618cf2 /qa/pull-tester | |
parent | 01e06d1fa365cedb7f5d5e17e6bdf0b526e700c5 (diff) |
Add RPC test for abandoned and conflicted transactions.
Diffstat (limited to 'qa/pull-tester')
-rwxr-xr-x | qa/pull-tester/rpc-tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/pull-tester/rpc-tests.py b/qa/pull-tester/rpc-tests.py index 669c508ccd..e7173fda08 100755 --- a/qa/pull-tester/rpc-tests.py +++ b/qa/pull-tester/rpc-tests.py @@ -105,6 +105,7 @@ testScripts = [ 'prioritise_transaction.py', 'invalidblockrequest.py', 'invalidtxrequest.py', + 'abandonconflict.py', ] testScriptsExt = [ 'bip65-cltv.py', |