mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 07:28:10 +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,
|
"fork_id": 0,
|
||||||
"force_bip143": true,
|
"force_bip143": true,
|
||||||
"default_fee_b": {
|
"default_fee_b": {
|
||||||
"Low": 10,
|
"Low": 1,
|
||||||
"Economy": 70,
|
"Economy": 1,
|
||||||
"Normal": 140,
|
"Normal": 1,
|
||||||
"High": 200
|
"High": 100
|
||||||
},
|
},
|
||||||
"dust_limit": 546,
|
"dust_limit": 546,
|
||||||
"blocktime_seconds": 600,
|
"blocktime_seconds": 600,
|
||||||
|
Loading…
Reference in New Issue
Block a user