Closes #1371 by updating signed message

This commit is contained in:
2016-09-12 11:01:28 -07:00
parent 80259d4b4f
commit 0163f8faa2

View File

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