From 825af69954c810cc1a90312344ef2fb2c2057059 Mon Sep 17 00:00:00 2001 From: Dan Janosik Date: Sun, 24 Feb 2019 15:17:00 -0500 Subject: [PATCH] remove never-used LTC donation address --- README.md | 4 ---- app/config.js | 7 +++---- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 83e19e2..864ce1a 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,3 @@ Any support for continued development of this tool is appreciated! ![Bitcoin Donation QR Code](/public/img/qr-btc.png) -* [Litecoin](litecoin:ME4pXiXuWfEi1ANBDo9irUJVcZBhsTx14i): ME4pXiXuWfEi1ANBDo9irUJVcZBhsTx14i - -![Litecoin Donation QR Code](/public/img/qr-ltc.png) - diff --git a/app/config.js b/app/config.js index 114b0d5..290ca9b 100644 --- a/app/config.js +++ b/app/config.js @@ -149,11 +149,10 @@ module.exports = { donations:{ addresses:{ - coins:["BTC", "LTC"], - sites:{"BTC":"https://btc.chaintools.io", "LTC":"https://ltc.chaintools.io"}, + coins:["BTC"], + sites:{"BTC":"https://btc.chaintools.io"}, - "BTC":{address:"3NPGpNyLLmVKCEcuipBs7G4KpQJoJXjDGe"}, - "LTC":{address:"ME4pXiXuWfEi1ANBDo9irUJVcZBhsTx14i"} + "BTC":{address:"3NPGpNyLLmVKCEcuipBs7G4KpQJoJXjDGe"} }, btcpayserver:{ host:"https://btcpay.chaintools.io",