Skip to content

Commit

Permalink
Change pchMessage for networking
Browse files Browse the repository at this point in the history
  • Loading branch information
zjohnson13 authored Mar 30, 2018
1 parent 6f41b33 commit c0314be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ class CMainParams : public CChainParams
* The characters are rarely used upper ASCII, not valid as UTF-8, and produce
* a large 4-byte int at any alignment.
*/
pchMessageStart[0] = 0x91;
pchMessageStart[1] = 0xc4;
pchMessageStart[2] = 0xfd;
pchMessageStart[3] = 0xe9;
pchMessageStart[0] = 0x92;
pchMessageStart[1] = 0xc5;
pchMessageStart[2] = 0xf3;
pchMessageStart[3] = 0xe8;
vAlertPubKey = ParseHex("04659d53bd8f7ad9d34a17281febedac754e5a6eb136142d3a9c6c0ea21b6ed7498ceb3d872eed00ae755f7aeadaeb1d9ab5e1a8f1e7efcd0ddcb39d4623c12790");
nDefaultPort = 11771;
bnProofOfWorkLimit = ~uint256(0) >> 1;
Expand Down

0 comments on commit c0314be

Please sign in to comment.