mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-22 06:21:47 +01:00
WalletTool: Remove unused command line argument.
This commit is contained in:
parent
719917b29e
commit
813d2576f2
1 changed files with 0 additions and 1 deletions
|
@ -246,7 +246,6 @@ public class WalletTool {
|
|||
parser.accepts("peers").withRequiredArg();
|
||||
xpubkeysFlag = parser.accepts("xpubkeys").withRequiredArg();
|
||||
OptionSpec<String> outputFlag = parser.accepts("output").withRequiredArg();
|
||||
parser.accepts("value").withRequiredArg();
|
||||
OptionSpec<String> feePerVkbOption = parser.accepts("fee-per-vkb").withRequiredArg();
|
||||
OptionSpec<String> feeSatPerVbyteOption = parser.accepts("fee-sat-per-vbyte").withRequiredArg();
|
||||
unixtimeFlag = parser.accepts("unixtime").withRequiredArg().ofType(Long.class);
|
||||
|
|
Loading…
Add table
Reference in a new issue