mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 15:38:11 +00:00
defs: fix dust_limit for litecoin
This commit is contained in:
parent
b7e76e4e81
commit
ee6897d153
@ -28,7 +28,7 @@
|
|||||||
"default_fee_b": {
|
"default_fee_b": {
|
||||||
"Normal": 1000
|
"Normal": 1000
|
||||||
},
|
},
|
||||||
"dust_limit": 54600,
|
"dust_limit": 546,
|
||||||
"blocktime_seconds": 150,
|
"blocktime_seconds": 150,
|
||||||
"uri_prefix": "litecoin",
|
"uri_prefix": "litecoin",
|
||||||
"min_address_length": 27,
|
"min_address_length": 27,
|
||||||
|
Loading…
Reference in New Issue
Block a user