fix default wallet strategy (all vs default) (#267)

This commit is contained in:
AntiochP 2017-11-14 22:30:22 -05:00 committed by GitHub
parent 6ac2fe2a8c
commit f4e7941213
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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