This commit is contained in:
ThomasV 2017-11-29 19:04:18 +01:00
parent 2ea59aad14
commit f715caa27d
1 changed files with 1 additions and 1 deletions

View File

@ -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