diff options
| author | Ross Nicoll <[email protected]> | 2014-03-28 23:52:58 +0000 |
|---|---|---|
| committer | Ross Nicoll <[email protected]> | 2014-03-28 23:52:58 +0000 |
| commit | b53fb3f56c56366c3a8d33dd8761d8bbd7b7d3a7 (patch) | |
| tree | c90fbaf1e4880dcfb352f526c00b6d372bc29602 /src/rpcserver.cpp | |
| parent | Updated client version to 1.7. (diff) | |
| download | discoin-b53fb3f56c56366c3a8d33dd8761d8bbd7b7d3a7.tar.xz discoin-b53fb3f56c56366c3a8d33dd8761d8bbd7b7d3a7.zip | |
Updated port numbers to reflect Dogecoin ports.
Diffstat (limited to 'src/rpcserver.cpp')
| -rw-r--r-- | src/rpcserver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpcserver.cpp b/src/rpcserver.cpp index 4a857d60f..044caf304 100644 --- a/src/rpcserver.cpp +++ b/src/rpcserver.cpp @@ -865,7 +865,7 @@ std::string HelpExampleCli(string methodname, string args){ std::string HelpExampleRpc(string methodname, string args){ return "> curl --user myusername --data-binary '{\"jsonrpc\": \"1.0\", \"id\":\"curltest\", " - "\"method\": \"" + methodname + "\", \"params\": [" + args + "] }' -H 'content-type: text/plain;' http://127.0.0.1:8332/\n"; + "\"method\": \"" + methodname + "\", \"params\": [" + args + "] }' -H 'content-type: text/plain;' http://127.0.0.1:22555/\n"; } const CRPCTable tableRPC; |