mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 17:55:20 +00:00
follow up eb085c2e23
This commit is contained in:
parent
eb085c2e23
commit
3b10bd8307
1 changed files with 1 additions and 1 deletions
|
@ -916,7 +916,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 = 'Oldest First'
|
kind = 'Priority'
|
||||||
return kind
|
return kind
|
||||||
|
|
||||||
def coin_chooser(self, config):
|
def coin_chooser(self, config):
|
||||||
|
|
Loading…
Add table
Reference in a new issue