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 {