Rename -bip9params to -vbparams

This commit is contained in:
shaolinfry
2017-05-05 03:21:34 +00:00
committed by Jorge Timón
parent 4314544d46
commit 29c07196d0
5 changed files with 16 additions and 17 deletions

View File

@ -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):