diff options
| author | Alex Morcos <[email protected]> | 2016-01-01 23:18:34 -0600 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2016-06-22 15:43:01 +0200 |
| commit | 4f7ff00497803fddc5a0fb5340502a73e395134d (patch) | |
| tree | 9b457d5396f5972e70bdafef67775462ef954f7c /qa/pull-tester/rpc-tests.py | |
| parent | [qa] Autogeneration support for witness in script_tests (diff) | |
| download | discoin-4f7ff00497803fddc5a0fb5340502a73e395134d.tar.xz discoin-4f7ff00497803fddc5a0fb5340502a73e395134d.zip | |
[qa] Add rpc test for segwit
Amended by Pieter Wuille to use multisig 1-of-1 for P2WSH tests, and BIP9
based switchover logic.
Fixes and py3 conversion by Marco Falke.
Diffstat (limited to 'qa/pull-tester/rpc-tests.py')
| -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 6c0ed4510..8fa20945e 100755 --- a/qa/pull-tester/rpc-tests.py +++ b/qa/pull-tester/rpc-tests.py @@ -136,6 +136,7 @@ testScripts = [ 'invalidtxrequest.py', 'abandonconflict.py', 'p2p-versionbits-warning.py', + 'segwit.py', 'importprunedfunds.py', 'signmessages.py', ] |