Merge pull request #200 from thrasher-/master-0.10
Litecoin: Cosmetic string changes.
This commit is contained in:
commit
1750a7bd14
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user