mirror of
https://github.com/mimblewimble/grin-wallet.git
synced 2025-01-21 03:21:08 +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:
|
possible_values:
|
||||||
- all
|
- all
|
||||||
- smallest
|
- smallest
|
||||||
default_value: all
|
default_value: smallest
|
||||||
takes_value: true
|
takes_value: true
|
||||||
- estimate_selection_strategies:
|
- estimate_selection_strategies:
|
||||||
help: Estimates all possible Coin/Output selection strategies.
|
help: Estimates all possible Coin/Output selection strategies.
|
||||||
|
|
Loading…
Reference in a new issue