Changes
This commit is contained in:
parent
fb81368fd9
commit
3583a9c475
@ -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));
|
||||||
|
Loading…
Reference in New Issue
Block a user