diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-07-02 18:53:09 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-07-02 18:53:18 +0200 |
| commit | 726e28643c565de474b21d57eb4b7d605e4bd3cd (patch) | |
| tree | d9d16eaf7ae3486fd01eb0258d7d924a624ecdb9 /src/rpcclient.cpp | |
| parent | Merge pull request #6350 (diff) | |
| parent | Add getblockheader RPC call (diff) | |
| download | discoin-726e28643c565de474b21d57eb4b7d605e4bd3cd.tar.xz discoin-726e28643c565de474b21d57eb4b7d605e4bd3cd.zip | |
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 4c6b47e4a..b41e960e8 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 }, |