diff options
author | Suhas Daftuar <sdaftuar@chaincode.com> | 2016-03-15 12:09:16 -0400 |
---|---|---|
committer | BtcDrak <btcdrak@gmail.com> | 2016-03-18 09:14:53 +0000 |
commit | 6ff0b9f96ef83dc11f70e1ab66d815fb6c971e60 (patch) | |
tree | 4f2168721068781dc87df7c106128aa17e255ddd /qa/pull-tester | |
parent | 0710b303d6f1de9d8b93b637df6b5ae19c0633eb (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 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', |