commit 06eb3142c44cdefb5baccb72ffd20b8a0235e2aa
parent 52fc73905233fbc424ed383209677e6786395fa2
Author: Neil Booth <kyuupichan@gmail.com>
Date: Sat, 12 Dec 2015 19:01:14 +0900
Oldest First
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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 = 'OldestFirst'
+ kind = 'Oldest First'
return kind
def coin_chooser(self, config):