chainlib-eth

Ethereum implementation of the chainlib interface
Log | Files | Refs | README | LICENSE

commit f618a5c9d7155ebe7531c0c660f4ebb42fac8617
parent 6bc0caaad7442da80742cfcb329cfc6b906fb214
Author: nolash <dev@holbrook.no>
Date:   Tue, 21 Dec 2021 14:50:38 +0000

Add missing rpc verify config directive

Diffstat:
Mchainlib/eth/data/config/config.ini | 1+
Mchainlib/eth/runnable/get.py | 1-
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/chainlib/eth/data/config/config.ini b/chainlib/eth/data/config/config.ini @@ -4,6 +4,7 @@ auth = credentials = dialect = default scheme = http +verify = 1 [chain] spec = evm:berlin:1:ethereum diff --git a/chainlib/eth/runnable/get.py b/chainlib/eth/runnable/get.py @@ -98,7 +98,6 @@ def get_transaction(conn, tx_hash, id_generator): r = conn.do(o) block = Block(r) tx.apply_block(block) - logg.debug('foo {}'.format(tx_src)) tx.generate_wire(chain_spec) return tx