Browse Source

show fee in daemon status

283
ThomasV 8 years ago
parent
commit
f99fbbe488
  1. 1
      lib/daemon.py

1
lib/daemon.py

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

Loading…
Cancel
Save