mirror of
https://github.com/status-im/ethereumj-personal.git
synced 2025-01-27 04:05:44 +00:00
minor
This commit is contained in:
parent
959c7d2d9e
commit
3f0fea6a08
@ -57,12 +57,8 @@ public class MainData {
|
||||
System.exit(-1);
|
||||
}
|
||||
|
||||
<<<<<<< HEAD
|
||||
PeerData peer = new PeerData(
|
||||
ip.getAddress(), port, new byte[]{00});
|
||||
=======
|
||||
PeerData peer = new PeerData(ip.getAddress(), (short) 30303, new byte[] { 00 });
|
||||
>>>>>>> d52f5868c293bff76394d6e014833a7dd17b5722
|
||||
peers.add(peer);
|
||||
|
||||
byte[] cowAddr = HashUtil.sha3("cow".getBytes());
|
||||
|
Loading…
x
Reference in New Issue
Block a user