Browse Source

fix copy/paste error

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

2
app/coins/ltc.js

@ -12,7 +12,7 @@ module.exports = {
name:"LTC",
multiplier:1,
default:true,
values:["", "btc", "BTC"],
values:["", "ltc", "LTC"],
decimalPlaces:8
},
{

Loading…
Cancel
Save