From 5cbf75324d1509a1262b65c5073314a4da3f6d77 Mon Sep 17 00:00:00 2001 From: s_nakamoto Date: Tue, 19 Oct 2010 17:16:51 +0000 Subject: Gavin's TEST network as -testnet switch, misc fixes git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@168 1a98c847-1fd6-4fd8-948a-caf3550aa51b --- net.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'net.h') diff --git a/net.h b/net.h index 372e57fbbc..698bd0b2a2 100644 --- a/net.h +++ b/net.h @@ -48,10 +48,7 @@ bool StopNode(); // (4) size // (4) checksum -// The message start string is designed to be unlikely to occur in normal data. -// The characters are rarely used upper ascii, not valid as UTF-8, and produce -// a large 4-byte int at any alignment. -static const char pchMessageStart[4] = { 0xf9, 0xbe, 0xb4, 0xd9 }; +extern char pchMessageStart[4]; class CMessageHeader { -- cgit v1.2.3