1
0
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:
Melroy van den Berg 2022-11-16 12:15:23 +01:00 committed by GitHub
parent 154e0016e2
commit 609f3f50dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,