URI: 
       tminor fix - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 0891798d1b20a748beffe28e683477d465e8d9b7
   DIR parent ac1ceb44ba9ee6f66456f5924aecfc5a2fd85e43
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Wed, 19 Jul 2017 11:57:15 +0200
       
       minor fix
       
       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):
                                if not interface.blockchain.check_header(interface.bad_header):
                                    self.blockchains[interface.bad] = b = interface.blockchain.fork(interface.bad)
                                    interface.blockchain = b
       -                            interface.print_error("new chain", b.filename)
       +                            interface.print_error("new chain", b.checkpoint)
                            else:
                                assert interface.blockchain.height() == interface.good