mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 09:21:39 +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):
|
||||
kind = config.get('coin_chooser')
|
||||
if not kind in COIN_CHOOSERS:
|
||||
kind = 'Oldest First'
|
||||
kind = 'Priority'
|
||||
return kind
|
||||
|
||||
def coin_chooser(self, config):
|
||||
|
|
Loading…
Add table
Reference in a new issue