contract-registry

Ethereum Smart Contract key-value registry
Log | Files | Refs

commit 72223d00117bfc67b49669c6a172f8c143aef611
parent 8f0c78e2ae19c130bc36d00dfe6c13a27f974638
Author: nolash <dev@holbrook.no>
Date:   Wed,  9 Jun 2021 16:54:13 +0200

Remove rest of ethtx helpers

Diffstat:
Mpython/eth_contract_registry/runnable/list.py | 1-
Mpython/eth_contract_registry/runnable/set.py | 1-
2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/python/eth_contract_registry/runnable/list.py b/python/eth_contract_registry/runnable/list.py @@ -15,7 +15,6 @@ import logging # third-party imports from crypto_dev_signer.eth.signer import ReferenceSigner as EIP155Signer from crypto_dev_signer.keystore.dict import DictKeystore -from crypto_dev_signer.eth.helper import EthTxExecutor from chainlib.chain import ChainSpec from chainlib.eth.nonce import RPCNonceOracle from chainlib.eth.gas import RPCGasOracle diff --git a/python/eth_contract_registry/runnable/set.py b/python/eth_contract_registry/runnable/set.py @@ -15,7 +15,6 @@ import logging # external imports from crypto_dev_signer.eth.signer import ReferenceSigner as EIP155Signer from crypto_dev_signer.keystore.dict import DictKeystore -from crypto_dev_signer.eth.helper import EthTxExecutor from chainlib.chain import ChainSpec from chainlib.eth.nonce import ( RPCNonceOracle,