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:
parent
1e94dbce6a
commit
20f53c1027
@ -25,7 +25,7 @@
|
||||
"force_bip143": false,
|
||||
"version_group_id": null,
|
||||
"default_fee_b": {
|
||||
"Normal": 10
|
||||
"Normal": 100000
|
||||
},
|
||||
"dust_limit": 10000000,
|
||||
"blocktime_seconds": 60,
|
||||
|
Loading…
Reference in New Issue
Block a user