aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester/rpc-tests.py
diff options
context:
space:
mode:
authorNicolasDorier <nicolas.dorier@gmail.com>2016-03-16 14:30:04 +0900
committerBtcDrak <btcdrak@gmail.com>2016-03-21 09:07:34 +0000
commit71527a0f31ae67edad0a7fcda59c75a6ce5666ca (patch)
tree347ad2c83d04abc78bb0c4345914f614a93aa86e /qa/pull-tester/rpc-tests.py
parent19d73d540c8de4a73b5b2a05bebd762e74890a20 (diff)
downloadbitcoin-71527a0f31ae67edad0a7fcda59c75a6ce5666ca.tar.xz
Test of BIP9 fork activation of mtp, csv, sequence_lock
Diffstat (limited to 'qa/pull-tester/rpc-tests.py')
-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 cbc10abd21..b32d8d93a9 100755
--- a/qa/pull-tester/rpc-tests.py
+++ b/qa/pull-tester/rpc-tests.py
@@ -119,6 +119,7 @@ testScripts = [
'p2p-versionbits-warning.py',
]
testScriptsExt = [
+ 'bip9-softforks.py',
'bip65-cltv.py',
'bip65-cltv-p2p.py',
'bip68-sequence.py',