Skip to content

Commit

Permalink
Update chainparams.cpp
Browse files Browse the repository at this point in the history
better change the magic number
  • Loading branch information
phoenixkonsole committed Jan 12, 2021
1 parent 6b808cc commit 717dde1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chainparams.cpp
Expand Up @@ -103,7 +103,7 @@ class CMainParams : public CChainParams
pchMessageStart[0] = 0x54;
pchMessageStart[1] = 0x45;
pchMessageStart[2] = 0x4C;
pchMessageStart[3] = 0x54;
pchMessageStart[3] = 0x55;

vAlertPubKey = ParseHex("0317dc37cb1011c0a162fc113358cdad2a12b85a0f841c4c48346bd85f45ec5c1d");
nDefaultPort = 8051;
Expand Down

0 comments on commit 717dde1

Please sign in to comment.