mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-01-18 13:22:42 +01:00
ForwardingService: print network, not network.id()
Both the code and the output is simpler this way.
This commit is contained in:
parent
ead69daae6
commit
c3e8b741ea
@ -95,7 +95,7 @@ public class ForwardingService implements Closeable {
|
||||
* Start the wallet and register the coin-forwarding listener.
|
||||
*/
|
||||
public void run() {
|
||||
System.out.println("Network: " + network.id());
|
||||
System.out.println("Network: " + network);
|
||||
System.out.println("Forwarding address: " + forwardingAddress);
|
||||
|
||||
// Create and start the WalletKit
|
||||
|
Loading…
Reference in New Issue
Block a user