Skip to content

Commit 749e0a8

Browse files
luke-jrinstagibbs
authored andcommitted
clientversion: Fix CLIENT_NAME to "Elements Core"
1 parent 20bf9c5 commit 749e0a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clientversion.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* for both bitcoind and bitcoin-qt, to make it harder for attackers to
1313
* target servers or GUI users specifically.
1414
*/
15-
const std::string CLIENT_NAME("Satoshi");
15+
const std::string CLIENT_NAME("Elements Core");
1616

1717
/**
1818
* Client version number

0 commit comments

Comments
 (0)