Browse Source

Add coinsupply rpc

pull/4/head
jl777 6 years ago
parent
commit
26204e59df
  1. 1
      src/rpcserver.cpp

1
src/rpcserver.cpp

@ -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 },

Loading…
Cancel
Save