mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-22 06:18:07 +00:00
fix(common): set DOGE dust_limit to exact value 0.01
This commit is contained in:
parent
17f13b4140
commit
c3874445bb
@ -30,7 +30,7 @@
|
||||
"default_fee_b": {
|
||||
"Normal": 1000
|
||||
},
|
||||
"dust_limit": 999999,
|
||||
"dust_limit": 1000000,
|
||||
"blocktime_seconds": 60,
|
||||
"uri_prefix": "dogecoin",
|
||||
"min_address_length": 27,
|
||||
|
Loading…
Reference in New Issue
Block a user