Include chain interface in tests

This commit is contained in:
nolash
2021-07-18 10:59:49 +02:00
parent a6420eacfb
commit d05cd9f202
4 changed files with 52 additions and 5 deletions

View File

@@ -9,6 +9,7 @@ from chainlib.eth.tx import (
Tx,
)
class EthChainInterface(ChainInterface):
def __init__(self):