diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2020-06-27 00:24:13 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2020-09-12 18:24:26 +0000 |
commit | d438d609cd64fe532d94e45000495de93ef99aa6 (patch) | |
tree | af32a6c3c8490b59903ec32c2af7f9b8b96f047d /test/functional/feature_segwit.py | |
parent | 1df2cd1c8f468bd7a5b1335a46ccea28fbddaacb (diff) |
QA: Use GBT to get block versions correct
Diffstat (limited to 'test/functional/feature_segwit.py')
-rwxr-xr-x | test/functional/feature_segwit.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/functional/feature_segwit.py b/test/functional/feature_segwit.py index 5195d20dcb..afb08870cd 100755 --- a/test/functional/feature_segwit.py +++ b/test/functional/feature_segwit.py @@ -61,14 +61,12 @@ class SegWitTest(BitcoinTestFramework): ], [ "-acceptnonstdtxn=1", - "-blockversion=4", "-rpcserialversion=1", "-segwitheight=432", "-addresstype=legacy", ], [ "-acceptnonstdtxn=1", - "-blockversion=536870915", "-segwitheight=432", "-addresstype=legacy", ], |