]> Git Repo - VerusCoin.git/commitdiff
Add coinsupply rpc
authorjl777 <[email protected]>
Thu, 12 Jul 2018 11:18:58 +0000 (00:18 -1100)
committerjl777 <[email protected]>
Thu, 12 Jul 2018 11:18:58 +0000 (00:18 -1100)
src/rpcserver.cpp

index ed5110114005f940cccf291b8676a9b390629670..f37124d0c0057518d74f2d127aad03f167b15dd6 100644 (file)
@@ -280,6 +280,7 @@ static const CRPCCommand vRPCCommands[] =
     { "network",            "clearbanned",            &clearbanned,            true  },
 
     /* Block chain and UTXO */
+    { "blockchain",         "coinsupply",             &coinsupply,             true  },
     { "blockchain",         "getblockchaininfo",      &getblockchaininfo,      true  },
     { "blockchain",         "getbestblockhash",       &getbestblockhash,       true  },
     { "blockchain",         "getblockcount",          &getblockcount,          true  },
This page took 0.025813 seconds and 4 git commands to generate.