diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-05-06 16:42:54 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-05-06 16:50:05 +0200 |
commit | 1fd2d39529b53fdf0a8451a1dd57ba8e51ddb77a (patch) | |
tree | 310ff7ca3b4b964b51aaa84492fd3db973690c60 /src/rpcserver.h | |
parent | 12f348825394d5a25145b380267641688cd5d51f (diff) | |
parent | 6b4feb89a81a6f166f13ecf480d18ccea5ff462e (diff) |
Merge pull request #5420
6b4feb8 [QA] rest.py RPC test: change setgenerate() to generate() (Jonas Schnelli)
97ee866 [REST] getutxos REST command (based on Bip64) (Jonas Schnelli)
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 790104f8c9..30a5b28db7 100644 --- a/src/rpcserver.h +++ b/src/rpcserver.h @@ -239,6 +239,7 @@ extern json_spirit::Value reconsiderblock(const json_spirit::Array& params, bool // in rest.cpp extern bool HTTPReq_REST(AcceptedConnection *conn, const std::string& strURI, + const std::string& strRequest, const std::map<std::string, std::string>& mapHeaders, bool fRun); |