From 77eca5d2e9d863b07a226d2b03a684a217383901 Mon Sep 17 00:00:00 2001 From: Adrian Gallagher Date: Tue, 9 Jun 2015 16:08:34 +1000 Subject: [PATCH] Litecoin: Cosmetic string changes. --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 6a65a2d80..407782f08 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -31,7 +31,7 @@ using namespace boost; using namespace std; #if defined(NDEBUG) -# error "Bitcoin cannot be compiled without assertions." +# error "Litecoin cannot be compiled without assertions." #endif /** @@ -73,7 +73,7 @@ static void CheckBlockIndex(); /** Constant stuff for coinbase transactions we create: */ CScript COINBASE_FLAGS; -const string strMessageMagic = "Bitcoin Signed Message:\n"; +const string strMessageMagic = "Litecoin Signed Message:\n"; // Internal stuff namespace {