aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester
diff options
context:
space:
mode:
authorSuhas Daftuar <sdaftuar@chaincode.com>2016-03-15 12:09:16 -0400
committerBtcDrak <btcdrak@gmail.com>2016-03-18 09:14:53 +0000
commit6ff0b9f96ef83dc11f70e1ab66d815fb6c971e60 (patch)
tree4f2168721068781dc87df7c106128aa17e255ddd /qa/pull-tester
parent0710b303d6f1de9d8b93b637df6b5ae19c0633eb (diff)
RPC test for BIP9 warning logic
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 e7173fda08..60f12e5147 100755
--- a/qa/pull-tester/rpc-tests.py
+++ b/qa/pull-tester/rpc-tests.py
@@ -106,6 +106,7 @@ testScripts = [
'invalidblockrequest.py',
'invalidtxrequest.py',
'abandonconflict.py',
+ 'p2p-versionbits-warning.py',
]
testScriptsExt = [
'bip65-cltv.py',