Merge pull request #6247

076badb Add getblockheader RPC call (Peter Todd)
This commit is contained in:
Wladimir J. van der Laan
2015-07-02 18:53:09 +02:00
4 changed files with 85 additions and 0 deletions

View File

@@ -289,6 +289,7 @@ static const CRPCCommand vRPCCommands[] =
{ "blockchain", "getblockcount", &getblockcount, true },
{ "blockchain", "getblock", &getblock, true },
{ "blockchain", "getblockhash", &getblockhash, true },
{ "blockchain", "getblockheader", &getblockheader, true },
{ "blockchain", "getchaintips", &getchaintips, true },
{ "blockchain", "getdifficulty", &getdifficulty, true },
{ "blockchain", "getmempoolinfo", &getmempoolinfo, true },