mirror of
https://github.com/status-im/ethereumj-personal.git
synced 2025-02-03 07:33:33 +00:00
Update to protocol version 33
This commit is contained in:
parent
eafe959e39
commit
4ecdd57d51
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user