commit 1826416df91a6c9701a5b09ee1379907eed50952
parent 87d108e034b24fbc71eedf4c067f7a13c714b44a
Author: nolash <dev@holbrook.no>
Date: Thu, 10 Jun 2021 08:38:53 +0200
Remove stale tx helper from list cli tool
Diffstat:
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/python/eth_accounts_index/runnable/list.py b/python/eth_accounts_index/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/setup.cfg b/python/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = eth-accounts-index
-version = 0.0.11a13
+version = 0.0.11a14
description = Accounts index evm contract tooling with permissioned writes
author = Louis Holbrook
author_email = dev@holbrook.no