mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
clientversion: Fix CLIENT_NAME to "Elements Core"
This commit is contained in:
parent
20bf9c5cde
commit
749e0a83c5
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
* 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("Elements Core");
|
||||
|
||||
/**
|
||||
* Client version number
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue