Revert signed message prefix
This commit is contained in:
parent
b1d6416767
commit
202e161ad4
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user