aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester
diff options
context:
space:
mode:
authorAlex Morcos <morcos@chaincode.com>2016-01-08 11:39:24 -0500
committerAlex Morcos <morcos@chaincode.com>2016-01-13 08:42:04 -0500
commitdf0e2226d998483d247c0245170f6b8ff6433b1d (patch)
treeb480928a6a8e4e8726f2e71d43a15eff83618cf2 /qa/pull-tester
parent01e06d1fa365cedb7f5d5e17e6bdf0b526e700c5 (diff)
downloadbitcoin-df0e2226d998483d247c0245170f6b8ff6433b1d.tar.xz
Add RPC test for abandoned and conflicted transactions.
Diffstat (limited to 'qa/pull-tester')
-rwxr-xr-xqa/pull-tester/rpc-tests.py1
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',