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
pull/2644/head
Melroy van den Berg 2 years ago committed by GitHub
parent 154e0016e2
commit 609f3f50dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save