Browse Source

Fix lint errors

pull/21/head
Luke Childs 4 years ago
parent
commit
b3350ed8bc
  1. 1
      api/nicehash.js

1
api/nicehash.js

@ -36,6 +36,7 @@ const getNiceHashData = async () => {
if (algorithm.name === 'DaggerHashimoto') {
algorithm.pricePerHashPerSecond /= 10;
}
algorithm.hashrate = values.s;
algorithm.priceReadable = (pricePerHashPerDay * marketFactor).toFixed(4) + ` BTC/${displayMarketFactor}/day`;

Loading…
Cancel
Save