[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.
This commit is contained in:
Alex Morcos
2016-01-01 23:18:34 -06:00
committed by Pieter Wuille
parent 66cca79130
commit 4f7ff00497
5 changed files with 222 additions and 7 deletions

View File

@@ -136,6 +136,7 @@ testScripts = [
'invalidtxrequest.py',
'abandonconflict.py',
'p2p-versionbits-warning.py',
'segwit.py',
'importprunedfunds.py',
'signmessages.py',
]