From c353e26e734caa36a2243f2a9793261110b9e543 Mon Sep 17 00:00:00 2001 From: shunmugam Date: Tue, 7 Jan 2020 13:38:24 +0530 Subject: [PATCH] change spell mistakes --- server/utils/common.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/utils/common.ts b/server/utils/common.ts index 5bce8bb..e6f8ddc 100644 --- a/server/utils/common.ts +++ b/server/utils/common.ts @@ -286,7 +286,7 @@ let currentReward = 16; let cuckoohashrate = await network_hashrate(block_height,31,targetdifficultycuckatoo); 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 { block_height, @@ -309,7 +309,7 @@ let currentReward = 16; userReward, cuckoohashrate, progpowhashrate, - randomxashrate + randomxhashrate }; }