Both circulating and total coins display the exact supplied coins
This commit is contained in:
parent
e862257b61
commit
a88caa8f5d
@ -129,7 +129,8 @@ try {
|
|||||||
{
|
{
|
||||||
let result; //500
|
let result; //500
|
||||||
if(option == "circulating")
|
if(option == "circulating")
|
||||||
result= Number(blockDetails.coin_existence - blockDetails.totalFoundationReward);
|
// result= Number(blockDetails.coin_existence - blockDetails.totalFoundationReward);
|
||||||
|
result = Number(blockDetails.coin_existence);
|
||||||
else if(option == "reward")
|
else if(option == "reward")
|
||||||
result= Number(blockDetails.currentReward);
|
result= Number(blockDetails.currentReward);
|
||||||
else if(option == "getblockcount")
|
else if(option == "getblockcount")
|
||||||
|
Loading…
Reference in New Issue
Block a user