From 20ae46676519417661acb2b1ea891b7b5f29f669 Mon Sep 17 00:00:00 2001 From: Procrastinator Date: Wed, 9 Aug 2017 18:27:53 -0400 Subject: [PATCH] Replace `Satoshi` subversion with `LBRY` Distinguishes lbry nodes from bitcoin nodes --- src/clientversion.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clientversion.cpp b/src/clientversion.cpp index aae0569bb..41431b682 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("LBRY"); /** * Client version number