diff --git a/src/bin/grin.rs b/src/bin/grin.rs index 03ff4243b..8379fd65a 100644 --- a/src/bin/grin.rs +++ b/src/bin/grin.rs @@ -430,7 +430,7 @@ fn wallet_command(wallet_args: &ArgMatches) { amount, minimum_confirmations, dest.to_string(), - (selection_strategy == "default"), + (selection_strategy == "all"), ); match result { Ok(_) => {}, //success messaged logged internally