diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-05-06 16:42:54 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-05-06 16:50:05 +0200 |
| commit | 1fd2d39529b53fdf0a8451a1dd57ba8e51ddb77a (patch) | |
| tree | 310ff7ca3b4b964b51aaa84492fd3db973690c60 /src/rpcserver.h | |
| parent | Merge pull request #6047 (diff) | |
| parent | [QA] rest.py RPC test: change setgenerate() to generate() (diff) | |
| download | discoin-1fd2d39529b53fdf0a8451a1dd57ba8e51ddb77a.tar.xz discoin-1fd2d39529b53fdf0a8451a1dd57ba8e51ddb77a.zip | |
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 790104f8c..30a5b28db 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); |