tUpdate default chooser name too. - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 52fc73905233fbc424ed383209677e6786395fa2
DIR parent 1c528af433a6b7beb9eac12330b423407f7abdad
HTML Author: Neil Booth <kyuupichan@gmail.com>
Date: Sat, 12 Dec 2015 18:39:03 +0900
Update default chooser name too.
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@@ -899,7 +899,7 @@ class Abstract_Wallet(PrintError):
def coin_chooser_name(self, config):
kind = config.get('coin_chooser')
if not kind in COIN_CHOOSERS:
- kind = 'Classic'
+ kind = 'OldestFirst'
return kind
def coin_chooser(self, config):