show fee in daemon status

This commit is contained in:
ThomasV 2017-03-05 16:12:47 +01:00
parent b8bdcc0877
commit f99fbbe488
1 changed files with 1 additions and 0 deletions

View File

@ -175,6 +175,7 @@ class Daemon(DaemonThread):
'version': ELECTRUM_VERSION,
'wallets': {k: w.is_up_to_date()
for k, w in self.wallets.items()},
'fee_per_kb': self.config.fee_per_kb(),
}
else:
response = "Daemon offline"