tfollow up eb085c2e23663ba5536b6e4dea300e0887163fd3 - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 3b10bd8307f8ac98d85db13502ccf24dac3b5623 DIR parent eb085c2e23663ba5536b6e4dea300e0887163fd3 HTML Author: ThomasV <thomasv@electrum.org> Date: Fri, 15 Jan 2016 09:10:04 +0100 follow up eb085c2e23663ba5536b6e4dea300e0887163fd3 Diffstat: M lib/wallet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/lib/wallet.py b/lib/wallet.py t@@ -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):