Chainspec import typo

This commit is contained in:
nolash
2021-02-19 15:35:33 +01:00
parent c282dfe9ed
commit d0309bd1d5
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ import web3
from crypto_dev_signer.eth.signer import ReferenceSigner as EIP155Signer
from crypto_dev_signer.keystore import DictKeystore
from crypto_dev_signer.eth.helper import EthTxExecutor
from chainspec.chain import ChainSpec
from chainlib.chain import ChainSpec
logging.basicConfig(level=logging.WARNING)
logg = logging.getLogger()