From 52fc73905233fbc424ed383209677e6786395fa2 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Sat, 12 Dec 2015 18:39:03 +0900 Subject: [PATCH] Update default chooser name too. --- lib/wallet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wallet.py b/lib/wallet.py index 4bda5fab..c7352485 100644 --- a/lib/wallet.py +++ b/lib/wallet.py @@ -899,7 +899,7 @@ class Abstract_Wallet(PrintError): def coin_chooser_name(self, config): kind = config.get('coin_chooser') if not kind in COIN_CHOOSERS: - kind = 'Classic' + kind = 'OldestFirst' return kind def coin_chooser(self, config):