mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-02 05:27:17 +00:00
Use the testnet3 channel in PrintPeers.
This commit is contained in:
@@ -54,7 +54,7 @@ public class PrintPeers {
|
||||
|
||||
private static void printIRC() throws PeerDiscoveryException {
|
||||
long start = System.currentTimeMillis();
|
||||
IrcDiscovery d = new IrcDiscovery("#bitcoin") {
|
||||
IrcDiscovery d = new IrcDiscovery("#bitcoinTEST3") {
|
||||
@Override
|
||||
protected void onIRCReceive(String message) {
|
||||
System.out.println("<- " + message);
|
||||
|
||||
Reference in New Issue
Block a user