diff options
author | Suhas Daftuar <sdaftuar@chaincode.com> | 2016-03-15 12:09:16 -0400 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2016-03-16 15:09:39 +0100 |
commit | 8c74cedef53ab791ed333f25794f8b9d2e9f51aa (patch) | |
tree | 2996f55ba21a2e2d640842b0adfa6ad1f4af29f8 /qa/pull-tester | |
parent | 7870debceba98f9b092586ab4f0c96a9b5d458fd (diff) |
RPC test for BIP9 warning logic
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 485888e9b4..f15eaacbda 100755 --- a/qa/pull-tester/rpc-tests.py +++ b/qa/pull-tester/rpc-tests.py @@ -115,6 +115,7 @@ testScripts = [ 'invalidblockrequest.py', 'invalidtxrequest.py', 'abandonconflict.py', + 'p2p-versionbits-warning.py', ] testScriptsExt = [ 'bip65-cltv.py', |