From cd0660e7b8455fc29287cbc954652915e7af70e8 Mon Sep 17 00:00:00 2001 From: Michel van Kessel Date: Thu, 19 Nov 2020 17:48:32 +0100 Subject: [PATCH] Fix typo in strMessageMagic --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {