aboutsummaryrefslogtreecommitdiff
path: root/test/functional/p2p-compactblocks.py
diff options
context:
space:
mode:
authorshaolinfry <shaolinfry@protonmail.ch>2017-05-05 03:21:34 +0000
committerJorge Timón <jtimon@jtimon.cc>2017-05-30 19:21:51 +0200
commit29c07196d0b8228bacb5746f136b62ffa3586c7b (patch)
treef71ef04738822a8ef28a01a7c39c94dfcd9de820 /test/functional/p2p-compactblocks.py
parent4314544d46e8e46c3c9da60f1d18297f52f58418 (diff)
downloadbitcoin-29c07196d0b8228bacb5746f136b62ffa3586c7b.tar.xz
Rename -bip9params to -vbparams
Diffstat (limited to 'test/functional/p2p-compactblocks.py')
-rwxr-xr-xtest/functional/p2p-compactblocks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/p2p-compactblocks.py b/test/functional/p2p-compactblocks.py
index 9b302120ac..ff76e49fba 100755
--- a/test/functional/p2p-compactblocks.py
+++ b/test/functional/p2p-compactblocks.py
@@ -98,7 +98,7 @@ class CompactBlocksTest(BitcoinTestFramework):
self.setup_clean_chain = True
# Node0 = pre-segwit, node1 = segwit-aware
self.num_nodes = 2
- self.extra_args = [["-bip9params=segwit:0:0"], ["-txindex"]]
+ self.extra_args = [["-vbparams=segwit:0:0"], ["-txindex"]]
self.utxos = []
def build_block_on_tip(self, node, segwit=False):