Split address generation steps

This commit is contained in:
nolash
2021-03-25 19:14:55 +01:00
parent 51e8a16f52
commit 80cc54e3ba
5 changed files with 18 additions and 10 deletions

View File

@@ -16,7 +16,7 @@ from jsonrpc.exceptions import *
# local imports
from crypto_dev_signer.eth.signer import ReferenceSigner
from crypto_dev_signer.eth.transaction import EIP155Transaction
from crypto_dev_signer.keystore import ReferenceKeystore
from crypto_dev_signer.keystore.reference import ReferenceKeystore
from crypto_dev_signer.error import UnknownAccountError
logging.basicConfig(level=logging.WARNING)