Merge pull request #200 from thrasher-/master-0.10

Litecoin: Cosmetic string changes.
This commit is contained in:
Adrian Gallagher 2015-06-11 14:42:02 +10:00
commit 1750a7bd14

View File

@ -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 {