diff options
| author | Ross Nicoll <[email protected]> | 2015-07-27 16:35:30 +0100 |
|---|---|---|
| committer | J Ross Nicoll <[email protected]> | 2015-10-31 14:49:39 +0000 |
| commit | f448038b5f504947e378ecdc598c212c2148b40c (patch) | |
| tree | a8558c76df58cb1b0ebaf4eab9aa5e0a76184009 /src/clientversion.cpp | |
| parent | Merge pull request #1291 from patricklodder/1.10-enforce-low-s (diff) | |
| download | discoin-f448038b5f504947e378ecdc598c212c2148b40c.tar.xz discoin-f448038b5f504947e378ecdc598c212c2148b40c.zip | |
Introduce basic Dogecoin branding
Diffstat (limited to 'src/clientversion.cpp')
| -rw-r--r-- | src/clientversion.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clientversion.cpp b/src/clientversion.cpp index aae0569bb..c473e056c 100644 --- a/src/clientversion.cpp +++ b/src/clientversion.cpp @@ -13,7 +13,7 @@ * for both bitcoind and bitcoin-core, to make it harder for attackers to * target servers or GUI users specifically. */ -const std::string CLIENT_NAME("Satoshi"); +const std::string CLIENT_NAME("Shibetoshi"); /** * Client version number |