URI: 
       tReadding pending_transactions_for_notifications, needed by the gui. - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 0b874b2bb03250584ef1bfc35f9151868595ffb7
   DIR parent 8cba57d9994c31c9758f824af21c0e779920be9d
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Fri,  5 Jun 2015 08:56:55 +0200
       
       Readding pending_transactions_for_notifications, needed by the gui.
       
       Diffstat:
         M lib/network_proxy.py                |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/lib/network_proxy.py b/lib/network_proxy.py
       t@@ -40,6 +40,7 @@ class NetworkProxy(util.DaemonThread):
                self.subscriptions = {}
                self.debug = False
                self.lock = threading.Lock()
       +        self.pending_transactions_for_notifications = []
                self.callbacks = {}
        
                if socket: