mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-13 11:36:15 +01:00
ForwardingService: fix usage message
This commit is contained in:
parent
c38ec69246
commit
7cd8f80e44
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ import static java.util.stream.Collectors.toList;
|
|||
* sends them onwards to an address given on the command line.
|
||||
*/
|
||||
public class ForwardingService implements Closeable {
|
||||
static final String USAGE = "Usage: address-to-send-back-to [mainnet|testnet|signet|regtest]";
|
||||
static final String USAGE = "Usage: address-to-forward-to [mainnet|testnet|signet|regtest]";
|
||||
static final int REQUIRED_CONFIRMATIONS = 1;
|
||||
static final int MAX_CONNECTIONS = 4;
|
||||
private final BitcoinNetwork network;
|
||||
|
|
Loading…
Add table
Reference in a new issue