Revert signed message prefix

This commit is contained in:
Jeremiah Buddenhagen 2018-03-13 17:34:59 -07:00
parent b1d6416767
commit 202e161ad4

View File

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