mirror of
git://holbrook.no/eth-contract-registry
synced 2026-03-19 11:00:48 +01:00
Correct module include typo
This commit is contained in:
@@ -11,8 +11,8 @@ from chainlib.eth.tx import receipt
|
||||
from chainlib.eth.nonce import RPCNonceOracle
|
||||
|
||||
# local imports
|
||||
from contract_registry.registry import Registry
|
||||
from contract_registry.encoding import to_identifier
|
||||
from eth_contract_registry.registry import Registry
|
||||
from eth_contract_registry.encoding import to_identifier
|
||||
|
||||
#logg = logging.getLogger(__name__)
|
||||
logg = logging.getLogger()
|
||||
|
||||
Reference in New Issue
Block a user