1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 07:28:10 +00:00

defs: fix dust_limit for litecoin

This commit is contained in:
Pavol Rusnak 2018-07-18 22:09:51 +02:00 committed by GitHub
parent b7e76e4e81
commit ee6897d153
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@
"default_fee_b": {
"Normal": 1000
},
"dust_limit": 54600,
"dust_limit": 546,
"blocktime_seconds": 150,
"uri_prefix": "litecoin",
"min_address_length": 27,