From 01981ad1c1b75d55a170e198081239818b4d8a58 Mon Sep 17 00:00:00 2001 From: Antioch Peverell Date: Thu, 19 Nov 2020 12:38:43 +0000 Subject: [PATCH] default to smallest strategy for paying invoices (#531) --- 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 9187e859..365c2b05 100644 --- a/src/bin/grin-wallet.yml +++ b/src/bin/grin-wallet.yml @@ -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.