tweak network magic

This commit is contained in:
J62 2018-10-14 00:05:05 -07:00 committed by GitHub
parent e762a0b28d
commit 61a6bb0c7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -242,10 +242,10 @@ public:
consensus.vDeployments[Consensus::DEPLOYMENT_CSV].nTimeout = 1535587200; // 2018-08-30
static_assert(Consensus::DEPLOYMENT_SEGWIT == Consensus::DEPLOYMENT_CSV, "segwit and csv deployed together");
pchMessageStart[0] = 0xf6;
pchMessageStart[1] = 0x1b;
pchMessageStart[2] = 0xf6;
pchMessageStart[3] = 0xd6;
pchMessageStart[0] = 0xf4;
pchMessageStart[1] = 0x1c;
pchMessageStart[2] = 0xf5;
pchMessageStart[3] = 0xd4;
nDefaultPort = 17933;