mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-21 23:18:13 +00:00
chore(common): lower the default fees on Bitcoin Cash (#2642)
it appears that as of Nov 2022 1 sat/vB is the long term median fee rate
This commit is contained in:
parent
154e0016e2
commit
609f3f50dc
@ -28,10 +28,10 @@
|
||||
"fork_id": 0,
|
||||
"force_bip143": true,
|
||||
"default_fee_b": {
|
||||
"Low": 10,
|
||||
"Economy": 70,
|
||||
"Normal": 140,
|
||||
"High": 200
|
||||
"Low": 1,
|
||||
"Economy": 1,
|
||||
"Normal": 1,
|
||||
"High": 100
|
||||
},
|
||||
"dust_limit": 546,
|
||||
"blocktime_seconds": 600,
|
||||
|
Loading…
Reference in New Issue
Block a user