X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fbitcoinrpc.cpp;h=6cc82ef82af0b1f0011c04c10275e5f0e9012283;hp=80e6865d6f9ed9a02c98abb655b821ab52267ac0;hb=a01b68db4ffd37a770b42fdd50080f5ce1b15732;hpb=e5bad7e0ce0055de912222776edfae9059c6e3c7 diff --git a/src/bitcoinrpc.cpp b/src/bitcoinrpc.cpp index 80e6865..6cc82ef 100644 --- a/src/bitcoinrpc.cpp +++ b/src/bitcoinrpc.cpp @@ -248,6 +248,7 @@ static const CRPCCommand vRPCCommands[] = { "getsubsidy", &getsubsidy, true, false }, { "getmininginfo", &getmininginfo, true, false }, { "getnewaddress", &getnewaddress, true, false }, + { "getnettotals", &getnettotals, true, true }, { "getaccountaddress", &getaccountaddress, true, false }, { "setaccount", &setaccount, true, false }, { "getaccount", &getaccount, false, false },