Add missing rpc verify config directive

This commit is contained in:
nolash 2021-12-21 14:50:38 +00:00
parent 6bc0caaad7
commit f618a5c9d7
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
2 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,7 @@ auth =
credentials =
dialect = default
scheme = http
verify = 1
[chain]
spec = evm:berlin:1:ethereum

View File

@ -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