tfix #778 - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 1ee4af86869fcbe306aa949956c62f1594cb8d6f DIR parent 28df27fba2b37237c97500533d5bd86f5bd4ee71 HTML Author: ThomasV <thomasv@gitorious> Date: Mon, 28 Jul 2014 06:42:05 +0200 fix #778 Diffstat: M lib/network.py | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) --- DIR diff --git a/lib/network.py b/lib/network.py t@@ -321,6 +321,8 @@ class Network(threading.Thread): self.on_header(i, response) elif method == 'server.peers.subscribe': self.on_peers(i, response) + elif method == 'server.banner': + self.on_banner(i, response) def process_requests_thread(self): while self.is_running():