commit 3b10bd8307f8ac98d85db13502ccf24dac3b5623
parent eb085c2e23663ba5536b6e4dea300e0887163fd3
Author: ThomasV <thomasv@electrum.org>
Date: Fri, 15 Jan 2016 09:10:04 +0100
follow up eb085c2e23663ba5536b6e4dea300e0887163fd3
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/wallet.py b/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):