Skip to content

Commit

Permalink
The comment fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
levonpetrosyan93 committed Jun 10, 2024
1 parent 1e166f5 commit c8dd7c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpc/misc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1582,7 +1582,7 @@ UniValue gettotalsupply(const JSONRPCRequest& request)
if(!pblocktree->ReadTotalSupply(total))
throw JSONRPCError(RPC_DATABASE_ERROR, "Cannot read the total supply from the database. This functionality requires -addressindex to be enabled. Enabling -addressindex requires reindexing.");

total += 49839700000000; // The estimated amount of coins forged during the Zerocoin attacks (the negative balance of the pool)
total += 49839700000000; // The actual amount of coins forged during the Zerocoin attacks (the negative balance after the pool closed)
total += 23750000000000; // The estimated amount of coins forged during the Lelantus attacks.
total += 3131972000000; // The remaining amount of forged coins during CVE-2018-17144 attacks, after subtracting locked coins and burnt Coins sent to unrecoverable address https://explorer.firo.org/tx/0b53178c1b22bae4c04ef943ee6d6d30f2483327fe9beb54952951592e8ce368

Expand Down

0 comments on commit c8dd7c4

Please sign in to comment.