diff options
Diffstat (limited to 'src/version.cpp')
| -rw-r--r-- | src/version.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.cpp b/src/version.cpp index 904451ac5..e725bded2 100644 --- a/src/version.cpp +++ b/src/version.cpp @@ -9,7 +9,7 @@ // Name of client reported in the 'version' message. Report the same name // for both bitcoind and bitcoin-qt, to make it harder for attackers to // target servers or GUI users specifically. -const std::string CLIENT_NAME("Satoshi"); +const std::string CLIENT_NAME("Inutoshi"); // Client version number #define CLIENT_VERSION_SUFFIX "-beta" |