Skip to content

Commit

Permalink
Fix mempool error for fee
Browse files Browse the repository at this point in the history
  • Loading branch information
wakiyamap committed Apr 4, 2021
1 parent 3b06a0c commit c4a762e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electrum_mona/simple_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# satoshi per kbyte
FEERATE_MAX_DYNAMIC = 1000000
FEERATE_WARNING_HIGH_FEE = 600000
FEERATE_FALLBACK_STATIC_FEE = 100000
FEERATE_FALLBACK_STATIC_FEE = 400000
FEERATE_DEFAULT_RELAY = 100000
FEERATE_MAX_RELAY = 500000
FEERATE_STATIC_VALUES = [10000, 20000, 30000, 50000, 70000, 100000,
Expand Down

0 comments on commit c4a762e

Please sign in to comment.