merge for last pull
This commit is contained in:
parent
cf82f9b459
commit
31e81840e7
|
@ -70,10 +70,10 @@ public class ConnectionConsoleWindow extends JFrame implements PeerListener{
|
|||
public void run() {
|
||||
|
||||
// new ClientPeer(thisConsole).connect("54.201.28.117", 30303); // peer discovery
|
||||
// new ClientPeer(thisConsole).connect("82.217.72.169", 30303); // Nick
|
||||
new ClientPeer(thisConsole).connect("82.217.72.169", 30303); // Nick
|
||||
|
||||
// new ClientPeer(thisConsole).connect("54.204.10.41", 30303);
|
||||
new ClientPeer(thisConsole).connect("54.211.14.10", 30303);
|
||||
// new ClientPeer(thisConsole).connect("54.211.14.10", 30303);
|
||||
// new ClientPeer(thisConsole).connect("192.168.1.102", 30303);
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue