mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
fix: unify with bitcoin: removed requirement of txindex=0
This commit is contained in:
parent
bf46e7a8e1
commit
f95ca4ed3e
@ -32,7 +32,7 @@ class NodeNetworkLimitedTest(BitcoinTestFramework):
|
|||||||
def set_test_params(self):
|
def set_test_params(self):
|
||||||
self.setup_clean_chain = True
|
self.setup_clean_chain = True
|
||||||
self.num_nodes = 3
|
self.num_nodes = 3
|
||||||
self.extra_args = [['-prune=550', '-txindex=0', '-addrmantest'], [], []]
|
self.extra_args = [['-prune=550', '-addrmantest'], [], []]
|
||||||
|
|
||||||
def disconnect_all(self):
|
def disconnect_all(self):
|
||||||
self.disconnect_nodes(0, 1)
|
self.disconnect_nodes(0, 1)
|
||||||
|
Loading…
Reference in New Issue
Block a user