Browse Source

Fix docstring

Default was changed in 9c13180c.
master
Kristaps Kaupe 2 years ago
parent
commit
fd96f96089
No known key found for this signature in database
GPG Key ID: 33E472FE870C7E5D
  1. 2
      src/jmclient/blockchaininterface.py

2
src/jmclient/blockchaininterface.py

@ -249,7 +249,7 @@ class BlockchainInterface(ABC):
In case of failure to connect, source a specific minimum fee relay 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 rate (which is used to sanity check user's chosen fee rate), or
failure to source a feerate estimate for targeted number of blocks, 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 # default to use if fees cannot be estimated

Loading…
Cancel
Save