diff options
author | shaolinfry <shaolinfry@protonmail.ch> | 2017-05-05 03:21:34 +0000 |
---|---|---|
committer | Jorge Timón <jtimon@jtimon.cc> | 2017-05-30 19:21:51 +0200 |
commit | 29c07196d0b8228bacb5746f136b62ffa3586c7b (patch) | |
tree | f71ef04738822a8ef28a01a7c39c94dfcd9de820 /test/functional/p2p-segwit.py | |
parent | 4314544d46e8e46c3c9da60f1d18297f52f58418 (diff) |
Rename -bip9params to -vbparams
Diffstat (limited to 'test/functional/p2p-segwit.py')
-rwxr-xr-x | test/functional/p2p-segwit.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/p2p-segwit.py b/test/functional/p2p-segwit.py index 24d4d37c42..4c8d5ed8d5 100755 --- a/test/functional/p2p-segwit.py +++ b/test/functional/p2p-segwit.py @@ -114,7 +114,7 @@ class SegWitTest(BitcoinTestFramework): super().__init__() self.setup_clean_chain = True self.num_nodes = 3 - self.extra_args = [["-whitelist=127.0.0.1"], ["-whitelist=127.0.0.1", "-acceptnonstdtxn=0"], ["-whitelist=127.0.0.1", "-bip9params=segwit:0:0"]] + self.extra_args = [["-whitelist=127.0.0.1"], ["-whitelist=127.0.0.1", "-acceptnonstdtxn=0"], ["-whitelist=127.0.0.1", "-vbparams=segwit:0:0"]] def setup_network(self): self.setup_nodes() |