This commit is contained in:
ThomasV 2016-01-15 09:10:04 +01:00
parent eb085c2e23
commit 3b10bd8307

View file

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