|
@ -899,7 +899,7 @@ class Abstract_Wallet(PrintError): |
|
|
def coin_chooser_name(self, config): |
|
|
def coin_chooser_name(self, config): |
|
|
kind = config.get('coin_chooser') |
|
|
kind = config.get('coin_chooser') |
|
|
if not kind in COIN_CHOOSERS: |
|
|
if not kind in COIN_CHOOSERS: |
|
|
kind = 'OldestFirst' |
|
|
kind = 'Oldest First' |
|
|
return kind |
|
|
return kind |
|
|
|
|
|
|
|
|
def coin_chooser(self, config): |
|
|
def coin_chooser(self, config): |
|
|