From f715caa27d5a1d934ec2c1f2115f4b43c2c8970e Mon Sep 17 00:00:00 2001 From: ThomasV Date: Wed, 29 Nov 2017 19:04:18 +0100 Subject: [PATCH] fix #3413 --- lib/wallet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wallet.py b/lib/wallet.py index 176b991a..613d30a3 100644 --- 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