URI: 
       tfix typo - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit ef1120b80cda2e701a1794cd46b8c81c9e05c813
   DIR parent 702abf6581f8067b955295f30bf5a3ce2d09ba96
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Mon, 17 Jul 2017 21:38:09 +0200
       
       fix typo
       
       Diffstat:
         M lib/network.py                      |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/lib/network.py b/lib/network.py
       t@@ -847,7 +847,7 @@ class Network(util.DaemonThread):
                            next_height = None
                        else:
                            if interface.blockchain.height() > interface.good:
       -                        self.blockchains[interface.bad] = interface.blockchain.fork(interface.bad)
       +                        self.blockchains[interface.bad] = b = interface.blockchain.fork(interface.bad)
                                interface.blockchain = b
                                interface.print_error("new chain", b.filename)
                            else: