asyncio: do not set event loop from wallet

This commit is contained in:
ThomasV 2018-07-17 15:39:22 +02:00 committed by SomberNight
parent fc147242e1
commit adbd3e9883
No known key found for this signature in database
GPG key ID: B33B5F232C6271E9

View file

@ -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