1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-06-07 00:28:45 +00:00

Higher default BTC fees

This commit is contained in:
Karel Bilek 2017-05-18 16:02:07 +02:00
parent 54000d8438
commit 81deb790d7

View File

@ -12,9 +12,9 @@
"segwit": false, "segwit": false,
"default_fee_b": { "default_fee_b": {
"Low": 10, "Low": 10,
"Economy": 20, "Economy": 70,
"Normal": 30, "Normal": 140,
"High": 40 "High": 200
}, },
"dust_limit": 546 "dust_limit": 546
}, { }, {