Merge pull request #43 from ch4ot1c/btcp-msgmagic

strMessageMagic for BitcoinPrivate
This commit is contained in:
BlueSilver22 2018-02-02 06:54:42 -06:00 committed by GitHub
commit 216d7ea26f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ static void CheckBlockIndex();
/** Constant stuff for coinbase transactions we create: */
CScript COINBASE_FLAGS;
const string strMessageMagic = "Zcash Signed Message:\n";
const string strMessageMagic = "BitcoinPrivate Signed Message:\n";
// Internal stuff
namespace {