Browse Source

remove never-used LTC donation address

fix-133-memory-crash
Dan Janosik 6 years ago
parent
commit
825af69954
No known key found for this signature in database GPG Key ID: C6F8CE9FFDB2CED2
  1. 4
      README.md
  2. 7
      app/config.js

4
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) ![Bitcoin Donation QR Code](/public/img/qr-btc.png)
* [Litecoin](litecoin:ME4pXiXuWfEi1ANBDo9irUJVcZBhsTx14i): ME4pXiXuWfEi1ANBDo9irUJVcZBhsTx14i
![Litecoin Donation QR Code](/public/img/qr-ltc.png)

7
app/config.js

@ -149,11 +149,10 @@ module.exports = {
donations:{ donations:{
addresses:{ addresses:{
coins:["BTC", "LTC"], coins:["BTC"],
sites:{"BTC":"https://btc.chaintools.io", "LTC":"https://ltc.chaintools.io"}, sites:{"BTC":"https://btc.chaintools.io"},
"BTC":{address:"3NPGpNyLLmVKCEcuipBs7G4KpQJoJXjDGe"}, "BTC":{address:"3NPGpNyLLmVKCEcuipBs7G4KpQJoJXjDGe"}
"LTC":{address:"ME4pXiXuWfEi1ANBDo9irUJVcZBhsTx14i"}
}, },
btcpayserver:{ btcpayserver:{
host:"https://btcpay.chaintools.io", host:"https://btcpay.chaintools.io",

Loading…
Cancel
Save