Browse Source

add back the "RPC" in the site name

fix-133-memory-crash
Dan Janosik 7 years ago
parent
commit
cb65e3cff1
  1. 2
      app/coins/btc.js
  2. 2
      app/coins/ltc.js

2
app/coins/btc.js

@ -4,7 +4,7 @@ Decimal8 = Decimal.clone({ precision:8, rounding:8 });
module.exports = { module.exports = {
name:"Bitcoin", name:"Bitcoin",
logoUrl:"/img/logo/btc.svg", logoUrl:"/img/logo/btc.svg",
siteTitle:"BTC Explorer", siteTitle:"BTC RPC Explorer",
siteDescriptionHtml:"<b>BTC Explorer</b> is <a href='https://github.com/janoside/btc-rpc-explorer). If you run your own [Bitcoin Full Node](https://bitcoin.org/en/full-node), **BTC Explorer** can easily run alongside it, communicating via RPC calls. See the project [ReadMe](https://github.com/janoside/btc-rpc-explorer) for a list of features and instructions for running.", siteDescriptionHtml:"<b>BTC Explorer</b> is <a href='https://github.com/janoside/btc-rpc-explorer). If you run your own [Bitcoin Full Node](https://bitcoin.org/en/full-node), **BTC Explorer** can easily run alongside it, communicating via RPC calls. See the project [ReadMe](https://github.com/janoside/btc-rpc-explorer) for a list of features and instructions for running.",
nodeTitle:"Bitcoin Full Node", nodeTitle:"Bitcoin Full Node",
nodeUrl:"https://bitcoin.org/en/full-node", nodeUrl:"https://bitcoin.org/en/full-node",

2
app/coins/ltc.js

@ -4,7 +4,7 @@ Decimal8 = Decimal.clone({ precision:8, rounding:8 });
module.exports = { module.exports = {
name:"Litecoin", name:"Litecoin",
logoUrl:"/img/logo/ltc.svg", logoUrl:"/img/logo/ltc.svg",
siteTitle:"LTC Explorer", siteTitle:"LTC RPC Explorer",
nodeTitle:"Litecoin Full Node", nodeTitle:"Litecoin Full Node",
nodeUrl:"https://litecoin.org/", nodeUrl:"https://litecoin.org/",
currencyUnits:[ currencyUnits:[

Loading…
Cancel
Save