Oldest First

This commit is contained in:
Neil Booth 2015-12-12 19:01:14 +09:00
parent 52fc739052
commit 06eb3142c4

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 = 'OldestFirst'
kind = 'Oldest First'
return kind
def coin_chooser(self, config):