electrum

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

commit 21ee6f696557a7cbca05b591fa55d9a992c98270
parent 2fd5f8613a822c90f24648331b8507f9157be40c
Author: ThomasV <thomasv@electrum.org>
Date:   Tue, 17 Jul 2018 15:39:22 +0200

asyncio: do not set event loop from wallet

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

diff --git a/electrum/wallet.py b/electrum/wallet.py @@ -26,7 +26,6 @@ # - Standard_Wallet: one keystore, P2PKH # - Multisig_Wallet: several keystores, P2SH -import asyncio import os import sys import random