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/rpcclient.cpp | |
parent | 60abba12fff6f5dce2a3222912f64343f0de29a1 (diff) | |
parent | 076badb60f33f0c32b035de220ca14c52a423a2a (diff) |
Merge pull request #6247
076badb Add getblockheader RPC call (Peter Todd)
Diffstat (limited to 'src/rpcclient.cpp')
-rw-r--r-- | src/rpcclient.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpcclient.cpp b/src/rpcclient.cpp index 4c6b47e4a0..b41e960e8a 100644 --- a/src/rpcclient.cpp +++ b/src/rpcclient.cpp @@ -71,6 +71,7 @@ static const CRPCConvertParam vRPCConvertParams[] = { "listunspent", 1 }, { "listunspent", 2 }, { "getblock", 1 }, + { "getblockheader", 1 }, { "gettransaction", 1 }, { "getrawtransaction", 1 }, { "createrawtransaction", 0 }, |