Add socket test missing warning

This commit is contained in:
nolash
2021-09-07 08:56:28 +02:00
parent d7853acc7d
commit 9876efe377
8 changed files with 130 additions and 15 deletions

View File

@@ -10,10 +10,8 @@ from urllib.parse import urlparse
# external imports
import confini
from jsonrpc.exceptions import *
from hexathon import add_0x
# local imports
from crypto_dev_signer.cli.cmd import *
from crypto_dev_signer.eth.signer import ReferenceSigner
from crypto_dev_signer.keystore.reference import ReferenceKeystore
from crypto_dev_signer.cli.handle import SignRequestHandler