add dip3params
Co-Authored-By: UdjinM6 <UdjinM6@users.noreply.github.com>
This commit is contained in:
parent
6fc9285412
commit
9b8df2f52a
@ -64,7 +64,7 @@ class BIP65Test(BitcoinTestFramework):
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
self.num_nodes = 1
|
||||
self.extra_args = [['-promiscuousmempoolflags=1', '-whitelist=127.0.0.1']]
|
||||
self.extra_args = [['-promiscuousmempoolflags=1', '-whitelist=127.0.0.1', '-dip3params=9000:9000']]
|
||||
self.setup_clean_chain = True
|
||||
|
||||
def run_test(self):
|
||||
|
@ -52,7 +52,7 @@ class BIP66Test(BitcoinTestFramework):
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
self.num_nodes = 1
|
||||
self.extra_args = [['-promiscuousmempoolflags=1', '-whitelist=127.0.0.1']]
|
||||
self.extra_args = [['-promiscuousmempoolflags=1', '-whitelist=127.0.0.1', '-dip3params=9000:9000']]
|
||||
self.setup_clean_chain = True
|
||||
|
||||
def run_test(self):
|
||||
|
Loading…
Reference in New Issue
Block a user