diff --git a/src/jmclient/blockchaininterface.py b/src/jmclient/blockchaininterface.py index 42b09bbcb..3251eea26 100644 --- a/src/jmclient/blockchaininterface.py +++ b/src/jmclient/blockchaininterface.py @@ -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