URI: 
       tshow fee in daemon status - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit f99fbbe488a978d557e131ea5b29ddee8533ba6b
   DIR parent b8bdcc0877a57b4be8cc35e84a00a94aff10aebd
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Sun,  5 Mar 2017 16:12:47 +0100
       
       show fee in daemon status
       
       Diffstat:
         M lib/daemon.py                       |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/lib/daemon.py b/lib/daemon.py
       t@@ -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"