change spell mistakes

This commit is contained in:
shunmugam 2020-01-07 13:38:24 +05:30
parent d7a1a71839
commit c353e26e73

View File

@ -286,7 +286,7 @@ let currentReward = 16;
let cuckoohashrate = await network_hashrate(block_height,31,targetdifficultycuckatoo); let cuckoohashrate = await network_hashrate(block_height,31,targetdifficultycuckatoo);
let progpowhashrate = await network_hashrate(block_height,16,targetdifficultyprogpow); let progpowhashrate = await network_hashrate(block_height,16,targetdifficultyprogpow);
let randomxashrate = await network_hashrate(block_height,16,targetdifficultyrandomx); let randomxhashrate = await network_hashrate(block_height,16,targetdifficultyrandomx);
return { return {
block_height, block_height,
@ -309,7 +309,7 @@ let currentReward = 16;
userReward, userReward,
cuckoohashrate, cuckoohashrate,
progpowhashrate, progpowhashrate,
randomxashrate randomxhashrate
}; };
} }