Skip to content

Commit

Permalink
Fix wallet_import_rescan.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil committed Oct 30, 2024
1 parent 8542308 commit a41bd04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/wallet_import_rescan.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def setup_network(self):
self.import_deterministic_coinbase_privkeys()
self.stop_nodes()

self.start_nodes(extra_args=[["[email protected]"]] * self.num_nodes)
self.start_nodes(extra_args=[["[email protected]", "-mintxfee=0.00001"]] * self.num_nodes)
for i in range(1, self.num_nodes):
self.connect_nodes(i, 0)

Expand Down

0 comments on commit a41bd04

Please sign in to comment.