From a8a40b32d7a2486c5f78860a65da2d370f3d3168 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20B=C3=ADlek?= Date: Wed, 3 May 2017 21:04:38 +0200 Subject: [PATCH] Higher fees for litecoin Litecoin has 2 orders higher minimal fees and dust limit than bitcoin --- coins.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coins.json b/coins.json index 170d23c5c..95fe2b5e3 100644 --- a/coins.json +++ b/coins.json @@ -70,9 +70,9 @@ "bip44": 2, "segwit": true, "default_fee_b": { - "Normal": 10 + "Normal": 1000 }, - "dust_limit": 1 + "dust_limit": 54600 }, { "coin_name": "Dogecoin", "coin_shortcut": "DOGE",