mirror of
https://github.com/JoinMarket-Org/joinmarket-clientserver.git
synced 2026-08-13 12:33:40 +02:00
Raise fallback fee rate from 10 sat/vB to 20 sat/vB
It's just current reality on mainnet, that's around what `bitcoin-cli estimatesmartfee 1008` (1 week confirmation target) returns.
This commit is contained in:
parent
ca33ecafda
commit
9c13180c13
1 changed files with 1 additions and 1 deletions
|
|
@ -253,7 +253,7 @@ class BlockchainInterface(ABC):
|
|||
"""
|
||||
|
||||
# default to use if fees cannot be estimated
|
||||
fallback_fee = 10000
|
||||
fallback_fee = 20000
|
||||
|
||||
tx_fees_factor = abs(jm_single().config.getfloat('POLICY', 'tx_fees_factor'))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue