Fix typo in strMessageMagic

This commit is contained in:
Michel van Kessel
2020-11-19 17:48:32 +01:00
parent a781605af2
commit cd0660e7b8

View File

@@ -131,7 +131,7 @@ static void CheckBlockIndex(const Consensus::Params& consensusParams);
/** Constant stuff for coinbase transactions we create: */ /** Constant stuff for coinbase transactions we create: */
CScript COINBASE_FLAGS; CScript COINBASE_FLAGS;
const string strMessageMagic = "Blackcoin Signed Message:\n"; const string strMessageMagic = "BlackCoin Signed Message:\n";
// Internal stuff // Internal stuff
namespace { namespace {