Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
Default was changed in 9c13180.
  • Loading branch information
kristapsk committed Mar 18, 2024
1 parent 830ec5a commit fd96f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jmclient/blockchaininterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def estimate_fee_per_kb(self, tx_fees: int) -> int:
In case of failure to connect, source a specific minimum fee relay
rate (which is used to sanity check user's chosen fee rate), or
failure to source a feerate estimate for targeted number of blocks,
a default of 10000 is returned.
a default of 20000 is returned.
"""

# default to use if fees cannot be estimated
Expand Down

0 comments on commit fd96f96

Please sign in to comment.