Browse Source
asyncio: do not set event loop from wallet
regtest_lnd
ThomasV
7 years ago
committed by
SomberNight
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
0 additions and
1 deletions
-
electrum/wallet.py
|
@ -26,7 +26,6 @@ |
|
|
# - Standard_Wallet: one keystore, P2PKH |
|
|
# - Standard_Wallet: one keystore, P2PKH |
|
|
# - Multisig_Wallet: several keystores, P2SH |
|
|
# - Multisig_Wallet: several keystores, P2SH |
|
|
|
|
|
|
|
|
import asyncio |
|
|
|
|
|
import os |
|
|
import os |
|
|
import sys |
|
|
import sys |
|
|
import random |
|
|
import random |
|
|