From e265d0d18291ed096aa19fdadd47c7a80b9a64af Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Fri, 28 Oct 2022 08:49:13 +0900 Subject: [PATCH] Add missing ltc in crypto definition --- docker-compose-generator/crypto-definitions.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docker-compose-generator/crypto-definitions.json b/docker-compose-generator/crypto-definitions.json index e229afb..c3201ea 100644 --- a/docker-compose-generator/crypto-definitions.json +++ b/docker-compose-generator/crypto-definitions.json @@ -1,4 +1,11 @@ [ + { + "Crypto": "ltc", + "CryptoFragment": "litecoin", + "CLightningFragment": null, + "LNDFragment": null, + "EclairFragment": null + }, { "Crypto": "btc", "CryptoFragment": "bitcoin",