diff --git a/src/main.cpp b/src/main.cpp index 64f222065..acd05f3d7 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -131,7 +131,7 @@ static void CheckBlockIndex(const Consensus::Params& consensusParams); /** Constant stuff for coinbase transactions we create: */ CScript COINBASE_FLAGS; -const string strMessageMagic = "Blackcoin Signed Message:\n"; +const string strMessageMagic = "BlackCoin Signed Message:\n"; // Internal stuff namespace {