diff options
| author | Ross Nicoll <[email protected]> | 2018-01-20 17:55:38 +0000 |
|---|---|---|
| committer | Ross Nicoll <[email protected]> | 2019-03-25 05:36:11 +0000 |
| commit | 4a87b53e556e5f1ecfa53f606f9a26b50d2d6fea (patch) | |
| tree | 0e0b1c7e38b695b677691459adc010d22d4e4aa1 /src/net_processing.cpp | |
| parent | Fix copyright substitution (diff) | |
| download | discoin-4a87b53e556e5f1ecfa53f606f9a26b50d2d6fea.tar.xz discoin-4a87b53e556e5f1ecfa53f606f9a26b50d2d6fea.zip | |
Update QT client messages and translations to Doge equivalents (#1429)
Update QT client messages and translations to Doge equivalents.
Diffstat (limited to 'src/net_processing.cpp')
| -rw-r--r-- | src/net_processing.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net_processing.cpp b/src/net_processing.cpp index 924fc5eb8..1a918f486 100644 --- a/src/net_processing.cpp +++ b/src/net_processing.cpp @@ -34,7 +34,7 @@ #include <boost/thread.hpp> #if defined(NDEBUG) -# error "Bitcoin cannot be compiled without assertions." +# error "Dogecoin cannot be compiled without assertions." #endif std::atomic<int64_t> nTimeBestReceived(0); // Used only to inform the wallet of when we last received a block |