From 3b10bd8307f8ac98d85db13502ccf24dac3b5623 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Fri, 15 Jan 2016 09:10:04 +0100 Subject: [PATCH] follow up eb085c2e23663ba5536b6e4dea300e0887163fd3 --- lib/wallet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wallet.py b/lib/wallet.py index fc3df685c..58ee58210 100644 --- a/lib/wallet.py +++ b/lib/wallet.py @@ -916,7 +916,7 @@ class Abstract_Wallet(PrintError): def coin_chooser_name(self, config): kind = config.get('coin_chooser') if not kind in COIN_CHOOSERS: - kind = 'Oldest First' + kind = 'Priority' return kind def coin_chooser(self, config):