mirror of
https://github.com/mimblewimble/grin-wallet.git
synced 2025-01-20 19:11:09 +03:00
default to smallest strategy for paying invoices (#531)
This commit is contained in:
parent
a83f92dfd3
commit
01981ad1c1
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ subcommands:
|
|||
possible_values:
|
||||
- all
|
||||
- smallest
|
||||
default_value: all
|
||||
default_value: smallest
|
||||
takes_value: true
|
||||
- estimate_selection_strategies:
|
||||
help: Estimates all possible Coin/Output selection strategies.
|
||||
|
|
Loading…
Reference in a new issue