Undo local changes for identification

This commit is contained in:
Nick Savers 2014-08-06 09:52:14 +02:00
parent 4668f33e57
commit fbaf883316

View File

@ -34,7 +34,7 @@ public class StaticMessages {
byte[] peerIdBytes = HashUtil.randomPeerId();
return new HelloMessage((byte) 0x17, (byte) 0x00,
"EthereumJ/v0.5.1/Nick", Byte.parseByte("00000111", 2),
"EthereumJ [v0.5.1] by RomanJ", Byte.parseByte("00000111", 2),
(short) 30303, peerIdBytes);
}
}