change spell mistakes
This commit is contained in:
parent
d7a1a71839
commit
c353e26e73
@ -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
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user