This commit is contained in:
SuriyaR 2019-08-01 15:21:43 +05:30
parent fb81368fd9
commit 3583a9c475

View File

@ -1711,7 +1711,7 @@ export class BlockchainBlockController {
BlockMineChartQuery.forEach(e => { BlockMineChartQuery.forEach(e => {
date.push(moment(e.date).format('YYYY-MM-DD')); date.push(moment(e.date).format('YYYY-MM-DD'));
RandomXper.push(parseFloat(e.randomxper)); RandomXper.push(parseFloat(e.randomxper));
Cuckooper.push(parseFloat(e.cuckarooper)); Cuckooper.push(parseFloat(e.cuckooper));
ProgPowper.push(parseFloat(e.progpowper)); ProgPowper.push(parseFloat(e.progpowper));
RandomX.push(parseInt(e.randomx)); RandomX.push(parseInt(e.randomx));
Cuckoo.push(parseInt(e.cuckatoo)); Cuckoo.push(parseInt(e.cuckatoo));