|
|
@ -256,6 +256,7 @@ static const CRPCCommand vRPCCommands[] = |
|
|
|
{ "blockchain", "getblockhash", &getblockhash, true, false, false }, |
|
|
|
{ "blockchain", "getblockhash", &getblockhash, true, false, false }, |
|
|
|
{ "blockchain", "getchaintips", &getchaintips, true, false, false }, |
|
|
|
{ "blockchain", "getchaintips", &getchaintips, true, false, false }, |
|
|
|
{ "blockchain", "getdifficulty", &getdifficulty, true, false, false }, |
|
|
|
{ "blockchain", "getdifficulty", &getdifficulty, true, false, false }, |
|
|
|
|
|
|
|
{ "blockchain", "getmempoolinfo", &getmempoolinfo, true, true, false }, |
|
|
|
{ "blockchain", "getrawmempool", &getrawmempool, true, false, false }, |
|
|
|
{ "blockchain", "getrawmempool", &getrawmempool, true, false, false }, |
|
|
|
{ "blockchain", "gettxout", &gettxout, true, false, false }, |
|
|
|
{ "blockchain", "gettxout", &gettxout, true, false, false }, |
|
|
|
{ "blockchain", "gettxoutsetinfo", &gettxoutsetinfo, true, false, false }, |
|
|
|
{ "blockchain", "gettxoutsetinfo", &gettxoutsetinfo, true, false, false }, |
|
|
|