diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-06-22 09:53:56 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-06-22 09:54:02 +0200 |
| commit | e4a2642cb48c8313a9a4dbeadc01c525e4e2fbfc (patch) | |
| tree | b693e517e29d81747f95edd22a4d4dc168f493b6 /src | |
| parent | Merge pull request #6262 (diff) | |
| parent | build: Remove -DBOOST_SPIRIT_THREADSAFE (diff) | |
| download | discoin-e4a2642cb48c8313a9a4dbeadc01c525e4e2fbfc.tar.xz discoin-e4a2642cb48c8313a9a4dbeadc01c525e4e2fbfc.zip | |
Merge pull request #6316
b666820 build: Remove -DBOOST_SPIRIT_THREADSAFE (Wladimir J. van der Laan)
Diffstat (limited to 'src')
| -rw-r--r-- | src/rpcprotocol.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rpcprotocol.cpp b/src/rpcprotocol.cpp index 090e5ea7f..89dec2977 100644 --- a/src/rpcprotocol.cpp +++ b/src/rpcprotocol.cpp @@ -251,7 +251,6 @@ int ReadHTTPMessage(std::basic_istream<char>& stream, map<string, * * 1.0 spec: http://json-rpc.org/wiki/specification * 1.2 spec: http://jsonrpc.org/historical/json-rpc-over-http.html - * http://www.codeproject.com/KB/recipes/JSON_Spirit.aspx */ string JSONRPCRequest(const string& strMethod, const UniValue& params, const UniValue& id) |