1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-16 03:18:09 +00:00

Increase doge normal fee

Doge has 100.000 sat/B relay fee for unconfirmed transactions. 10 sat/B seems to be enough for confirmed utxos, but let's increase this anyway
This commit is contained in:
Karel Bílek 2018-06-22 01:01:40 +02:00 committed by GitHub
parent 1e94dbce6a
commit 20f53c1027
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@
"force_bip143": false,
"version_group_id": null,
"default_fee_b": {
"Normal": 10
"Normal": 100000
},
"dust_limit": 10000000,
"blocktime_seconds": 60,