From 301addf92352a37258d3ad7db64a970e20e29d8a Mon Sep 17 00:00:00 2001 From: antiochp <30642645+antiochp@users.noreply.github.com> Date: Thu, 19 Nov 2020 11:45:43 +0000 Subject: [PATCH] default to smallest strategy for paying invoices --- src/bin/grin-wallet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/grin-wallet.yml b/src/bin/grin-wallet.yml index 775a63702..ed54e4a6c 100644 --- a/src/bin/grin-wallet.yml +++ b/src/bin/grin-wallet.yml @@ -228,7 +228,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.