electrum

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

commit 6704844f31cd420284d0a79a6c49c46c7d15d051
parent bbe64621ca983375365c547f89311f245bc473fb
Author: ThomasV <thomasv@gitorious>
Date:   Tue,  1 Sep 2015 09:35:47 +0200

Merge branch 'master' of git://github.com/spesmilo/electrum

Diffstat:
Mlib/network.py | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/lib/network.py b/lib/network.py @@ -762,7 +762,6 @@ class Network(util.DaemonThread): self.stop_network() run_hook('set_network', None) - self.trigger_callback('stop') self.print_error("stopped") def on_header(self, i, header):