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
|
||||
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")
|
||||
result= Number(blockDetails.currentReward);
|
||||
else if(option == "getblockcount")
|
||||
|
Loading…
Reference in New Issue
Block a user