electrum

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

commit e2185da0942e3d5d57bc76d38498269ffb27a735
parent 47d86d12beb463e2c7c2a148e6017f74f1046602
Author: ThomasV <thomasv@gitorious>
Date:   Sat, 18 Jul 2015 14:03:52 +0200

sleep to let socket threads timeout

Diffstat:
Melectrum | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/electrum b/electrum @@ -131,6 +131,8 @@ def run_gui(config): if network: network.stop() + # sleep to let socket threads timeout + time.sleep(0.3) sys.exit(0)