Add missing rpc verify config directive
This commit is contained in:
parent
6bc0caaad7
commit
f618a5c9d7
@ -4,6 +4,7 @@ auth =
|
||||
credentials =
|
||||
dialect = default
|
||||
scheme = http
|
||||
verify = 1
|
||||
|
||||
[chain]
|
||||
spec = evm:berlin:1:ethereum
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user