mirror of
https://github.com/status-im/ethereumj-personal.git
synced 2025-02-04 16:13:54 +00:00
Update to procotol version 22
This commit is contained in:
parent
24c3ed1d2c
commit
18d4d39d80
@ -28,7 +28,7 @@ public class StaticMessages {
|
||||
public static HelloMessage generateHelloMessage() {
|
||||
byte[] peerIdBytes = HashUtil.randomPeerId();
|
||||
|
||||
return new HelloMessage((byte) 0x15, (byte) 0x00,
|
||||
return new HelloMessage((byte) 0x16, (byte) 0x00,
|
||||
"EthereumJ [v0.5.1] by RomanJ", Byte.parseByte("00000111", 2),
|
||||
(short) 30303, peerIdBytes);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user