Add tests for --fee

This commit is contained in:
Matthias
2019-10-05 15:34:31 +02:00
parent 82d4051a39
commit 22733e44bf
4 changed files with 42 additions and 22 deletions

View File

@@ -328,7 +328,7 @@ class Configuration:
configuration instead of the content)
"""
if (argname in self.args and self.args[argname] is not None
and self.args[argname] is not False):
and self.args[argname] is not False):
config.update({argname: self.args[argname]})
if logfun: