diff options
| author | Ross Nicoll <[email protected]> | 2014-03-28 23:13:24 +0000 |
|---|---|---|
| committer | Ross Nicoll <[email protected]> | 2014-03-28 23:13:24 +0000 |
| commit | 3fd42567e8925b99ff80455743b176e9536a5a23 (patch) | |
| tree | 21b8fed0b7226d6e5559f277eff699c6301bd934 /src/rpcmisc.cpp | |
| parent | Replaced references to Bitcoin with Dogecoin in UI code. (diff) | |
| download | discoin-3fd42567e8925b99ff80455743b176e9536a5a23.tar.xz discoin-3fd42567e8925b99ff80455743b176e9536a5a23.zip | |
Replaced references to Bitcoin with Dogecoin/Dogecoin Core as appropriate.
Diffstat (limited to 'src/rpcmisc.cpp')
| -rw-r--r-- | src/rpcmisc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpcmisc.cpp b/src/rpcmisc.cpp index 4784aee8f..750b488e7 100644 --- a/src/rpcmisc.cpp +++ b/src/rpcmisc.cpp @@ -192,7 +192,7 @@ CScript _createmultisig(const Array& params) { const std::string& ks = keys[i].get_str(); #ifdef ENABLE_WALLET - // Case 1: Bitcoin address and we have full public key: + // Case 1: Dogecoin address and we have full public key: CBitcoinAddress address(ks); if (pwalletMain && address.IsValid()) { |