Slight fix

This commit is contained in:
romanman 2014-08-17 14:23:38 +03:00
parent 74e388bc2f
commit 5e64904de6
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ public class StaticMessages {
String phrase = SystemProperties.CONFIG.helloPhrase();
String helloAnnouncement = String.format("EthereumJ/v%s/%s/%s/Java", version, phrase, system);
String helloAnnouncement = String.format("Ethereum(J)/v%s/%s/%s/Java", version, phrase, system);
return new HelloMessage((byte) 0x17, (byte) 0x00,
helloAnnouncement, Byte.parseByte("00000111", 2),