mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-01-18 13:22:42 +01:00
Use the testnet3 channel in PrintPeers.
This commit is contained in:
parent
682033aef6
commit
1454261ff3
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user