mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-23 14:40:40 +01:00
ForwardingService: reduce redundant console output at startup
This commit is contained in:
parent
62fecfa37c
commit
509694d9ad
1 changed files with 2 additions and 3 deletions
|
@ -86,9 +86,8 @@ public class ForwardingService implements AutoCloseable {
|
|||
forwardingService.start();
|
||||
|
||||
// After we start listening, we can tell the user the receiving address
|
||||
System.out.printf("Waiting to receive coins on %s\n", forwardingService.receivingAddress());
|
||||
System.out.printf("Will send coins to %s\n", address);
|
||||
System.out.println("Waiting for coins to arrive. Press Ctrl-C to quit.");
|
||||
System.out.printf("Waiting to receive coins on: %s\n", forwardingService.receivingAddress());
|
||||
System.out.println("Press Ctrl-C to quit.");
|
||||
|
||||
try {
|
||||
Thread.sleep(Long.MAX_VALUE);
|
||||
|
|
Loading…
Add table
Reference in a new issue