Skip to content

Commit

Permalink
Revert signed message prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
bitspill committed Mar 14, 2018
1 parent b1d6416 commit 202e161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/validation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 202e161

Please sign in to comment.