electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 0b874b2bb03250584ef1bfc35f9151868595ffb7
parent 8cba57d9994c31c9758f824af21c0e779920be9d
Author: ThomasV <thomasv@gitorious>
Date:   Fri,  5 Jun 2015 08:56:55 +0200

Readding pending_transactions_for_notifications, needed by the gui.

Diffstat:
Mlib/network_proxy.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/lib/network_proxy.py b/lib/network_proxy.py @@ -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: