Skip to content

Commit

Permalink
Bump fee_rate
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil committed Oct 24, 2024
1 parent 55734cd commit ba956b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/test_framework/wallet.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def create_self_transfer_multi(
def create_self_transfer(
self,
*,
fee_rate=Decimal("0.003"),
fee_rate=Decimal("0.03"),
fee=Decimal("0"),
utxo_to_spend=None,
target_weight=0,
Expand Down

0 comments on commit ba956b6

Please sign in to comment.