1
0

dynfees: set default

This commit is contained in:
ThomasV
2016-08-20 09:16:03 +02:00
parent 8804ea8b1a
commit 8423f8394f
2 changed files with 3 additions and 3 deletions

View File

@@ -748,7 +748,7 @@ class Abstract_Wallet(PrintError):
return ''
def fee_per_kb(self, config):
b = config.get('dynamic_fees')
b = config.get('dynamic_fees', True)
i = config.get('fee_level', 2)
if b and self.network and self.network.dynfee(i):
return self.network.dynfee(i)