Skip to content

Commit

Permalink
Fix wallet_sendmany.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil committed Oct 29, 2024
1 parent 6c57c77 commit c6a63c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/wallet_sendmany.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def run_test(self):
self.nodes[0].createwallet("activewallet")
self.wallet = self.nodes[0].get_wallet_rpc("activewallet")
self.def_wallet = self.nodes[0].get_wallet_rpc(self.default_wallet_name)
self.generate(self.nodes[0], 101)
self.generate(self.nodes[0], 2001)

self.test_sffo_repeated_address()

Expand Down

0 comments on commit c6a63c0

Please sign in to comment.