commit a215eb348f60de359680342460d51c73a03d6414
parent e3564165c5abcd2c79ffb3250f58548cd32b6d98
Author: nolash <dev@holbrook.no>
Date: Tue, 15 Jun 2021 12:34:44 +0200
Remove stale ethtxexecutor
Diffstat:
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/python/eth_owned/runnable/owner.py b/python/eth_owned/runnable/owner.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.connection import EthHTTPConnection
from chainlib.error import JSONRPCException
diff --git a/python/setup.cfg b/python/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = eth-owned
-version = 0.0.1a5
+version = 0.0.1a6
description = EIP 173 interface and tools
author = Louis Holbrook
author_email = dev@holbrook.no