mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Merge pull request #6247
076badb Add getblockheader RPC call (Peter Todd)
This commit is contained in:
commit
726e28643c
4 changed files with 85 additions and 0 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue