mirror of
https://github.com/status-im/ethereumj-personal.git
synced 2025-02-04 16:13:54 +00:00
Undo local changes for identification
This commit is contained in:
parent
4668f33e57
commit
fbaf883316
@ -34,7 +34,7 @@ public class StaticMessages {
|
|||||||
byte[] peerIdBytes = HashUtil.randomPeerId();
|
byte[] peerIdBytes = HashUtil.randomPeerId();
|
||||||
|
|
||||||
return new HelloMessage((byte) 0x17, (byte) 0x00,
|
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);
|
(short) 30303, peerIdBytes);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user