Update to protocol version 33

This commit is contained in:
nicksavers 2014-09-19 12:50:23 +02:00
parent eafe959e39
commit 4ecdd57d51

View File

@ -45,7 +45,7 @@ public class StaticMessages {
String helloAnnouncement = String.format("Ethereum(J)/v%s/%s/%s/Java", version, phrase, system);
return new HelloMessage((byte) 0x17, (byte) 0x00,
return new HelloMessage((byte) 0x21, (byte) 0x00,
helloAnnouncement, Byte.parseByte("00000111", 2),
(short) 30303, peerIdBytes);
}