Skip to content

Commit

Permalink
fix: unify with bitcoin: removed requirement of txindex=0
Browse files Browse the repository at this point in the history
  • Loading branch information
knst committed Aug 29, 2024
1 parent ad17c63 commit a1ac1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/p2p_node_network_limited.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class NodeNetworkLimitedTest(BitcoinTestFramework):
def set_test_params(self):
self.setup_clean_chain = True
self.num_nodes = 3
self.extra_args = [['-prune=550', '-txindex=0', '-addrmantest'], [], []]
self.extra_args = [['-prune=550', '-addrmantest'], [], []]

def disconnect_all(self):
self.disconnect_nodes(0, 1)
Expand Down

0 comments on commit a1ac1ed

Please sign in to comment.