Skip to content

Commit 3c0cbdb

Browse files
author
Chris
authored
Fix for connection
1 parent fae6d21 commit 3c0cbdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ static void CheckBlockIndex();
9696
/** Constant stuff for coinbase transactions we create: */
9797
CScript COINBASE_FLAGS;
9898

99-
const string strMessageMagic = "Bitcloud Signed Message:\n";
99+
const string strMessageMagic = "Diamond Signed Message:\n";
100100

101101
// Internal stuff
102102
namespace

0 commit comments

Comments
 (0)