ThomasV 9 years ago
parent
commit
3b10bd8307
  1. 2
      lib/wallet.py

2
lib/wallet.py

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

Loading…
Cancel
Save