Skip to content

Commit

Permalink
Fix wallet_miniscript.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil committed Oct 29, 2024
1 parent c03e834 commit 6c57c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/wallet_miniscript.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def set_test_params(self):
self.num_nodes = 1
self.rpc_timeout = 180
self.extra_args = [
["-addresstype=bech32"],
["-addresstype=bech32", "-minrelaytxfee=0.0000001"],
]

def skip_test_if_missing_module(self):
Expand Down

0 comments on commit 6c57c77

Please sign in to comment.