1
0
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:
Szymon Lesisz 2023-08-15 16:54:22 +02:00 committed by matejcik
parent 17f13b4140
commit c3874445bb

View File

@ -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,