From 0163f8faa29a14f8757e5dce930f4c2530065215 Mon Sep 17 00:00:00 2001 From: Date: Mon, 12 Sep 2016 11:01:28 -0700 Subject: [PATCH] Closes #1371 by updating signed message --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 082456af2..36b6bef1a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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 {