From 378b1e3e74e797511c955d2572b85ce520983396 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sat, 14 Mar 2020 08:44:00 -0400 Subject: [PATCH] Update coinsupply rpc docs --- src/rpc/misc.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/rpc/misc.cpp b/src/rpc/misc.cpp index a60f01290..fc4b39ef0 100644 --- a/src/rpc/misc.cpp +++ b/src/rpc/misc.cpp @@ -420,12 +420,12 @@ UniValue coinsupply(const UniValue& params, bool fHelp, const CPubKey& mypk) "\nResult:\n" "{\n" " \"result\" : \"success\", (string) If the request was successful.\n" - " \"coin\" : \"KMD\", (string) The currency symbol of the coin for asset chains, otherwise KMD.\n" + " \"coin\" : \"HUSH3\", (string) The currency symbol of the coin for asset chains, otherwise HUSH3.\n" " \"height\" : 420, (integer) The height of this coin supply data\n" - " \"supply\" : \"777.0\", (float) The transparent coin supply\n" - " \"zfunds\" : \"0.777\", (float) The shielded coin supply (in zaddrs)\n" - " \"sprout\" : \"0.077\", (float) The sprout coin supply (in zcaddrs)\n" - " \"total\" : \"777.777\", (float) The total coin supply, i.e. sum of supply + zfunds\n" + " \"supply\" : \"555.0\", (float) The transparent coin supply\n" + " \"zfunds\" : \"0.55555\", (float) The shielded coin supply (in zaddrs)\n" + " \"sprout\" : \"0.000\", (float) The sprout coin supply (in zcaddrs)\n" + " \"total\" : \"555.55555\", (float) The total coin supply, i.e. sum of supply + zfunds\n" "}\n" "\nExamples:\n" + HelpExampleCli("coinsupply", "420")