commit f715caa27d5a1d934ec2c1f2115f4b43c2c8970e parent 2ea59aad14cd3c22d13b003d550e86edb7a29c37 Author: ThomasV <thomasv@electrum.org> Date: Wed, 29 Nov 2017 19:04:18 +0100 fix #3413 Diffstat:
M | lib/wallet.py | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/wallet.py b/lib/wallet.py @@ -896,7 +896,7 @@ class Abstract_Wallet(PrintError): # Fee estimator if fixed_fee is None: - fee_estimator = self.config.estimate_fee + fee_estimator = config.estimate_fee else: fee_estimator = lambda size: fixed_fee