Update default chooser name too.

This commit is contained in:
Neil Booth 2015-12-12 18:39:03 +09:00
parent 1c528af433
commit 52fc739052
1 changed files with 1 additions and 1 deletions

View File

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