aboutsummaryrefslogtreecommitdiff
path: root/src/rpcprotocol.cpp
diff options
context:
space:
mode:
authorRoss Nicoll <[email protected]>2014-03-28 23:13:24 +0000
committerRoss Nicoll <[email protected]>2014-03-28 23:13:24 +0000
commit3fd42567e8925b99ff80455743b176e9536a5a23 (patch)
tree21b8fed0b7226d6e5559f277eff699c6301bd934 /src/rpcprotocol.cpp
parentReplaced references to Bitcoin with Dogecoin in UI code. (diff)
downloaddiscoin-3fd42567e8925b99ff80455743b176e9536a5a23.tar.xz
discoin-3fd42567e8925b99ff80455743b176e9536a5a23.zip
Replaced references to Bitcoin with Dogecoin/Dogecoin Core as appropriate.
Diffstat (limited to 'src/rpcprotocol.cpp')
-rw-r--r--src/rpcprotocol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpcprotocol.cpp b/src/rpcprotocol.cpp
index 4ea84e99b..23bf73763 100644
--- a/src/rpcprotocol.cpp
+++ b/src/rpcprotocol.cpp
@@ -217,7 +217,7 @@ int ReadHTTPMessage(std::basic_istream<char>& stream, map<string,
}
//
-// JSON-RPC protocol. Bitcoin speaks version 1.0 for maximum compatibility,
+// JSON-RPC protocol. Dogecoin speaks version 1.0 for maximum compatibility,
// but uses JSON-RPC 1.1/2.0 standards for parts of the 1.0 standard that were
// unspecified (HTTP errors and contents of 'error').
//