diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-07-02 18:53:09 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-07-02 18:53:18 +0200 |
commit | 726e28643c565de474b21d57eb4b7d605e4bd3cd (patch) | |
tree | d9d16eaf7ae3486fd01eb0258d7d924a624ecdb9 /src/rpcserver.h | |
parent | 60abba12fff6f5dce2a3222912f64343f0de29a1 (diff) | |
parent | 076badb60f33f0c32b035de220ca14c52a423a2a (diff) |
Merge pull request #6247
076badb Add getblockheader RPC call (Peter Todd)
Diffstat (limited to 'src/rpcserver.h')
-rw-r--r-- | src/rpcserver.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpcserver.h b/src/rpcserver.h index 45af10c2a8..89d3980223 100644 --- a/src/rpcserver.h +++ b/src/rpcserver.h @@ -234,6 +234,7 @@ extern UniValue settxfee(const UniValue& params, bool fHelp); extern UniValue getmempoolinfo(const UniValue& params, bool fHelp); extern UniValue getrawmempool(const UniValue& params, bool fHelp); extern UniValue getblockhash(const UniValue& params, bool fHelp); +extern UniValue getblockheader(const UniValue& params, bool fHelp); extern UniValue getblock(const UniValue& params, bool fHelp); extern UniValue gettxoutsetinfo(const UniValue& params, bool fHelp); extern UniValue gettxout(const UniValue& params, bool fHelp); |