async middleware - geth poa
This commit is contained in:
parent
d1a1a53101
commit
f705bb9f2b
@ -85,9 +85,7 @@ pythonic_geth_poa = apply_formatters_to_dict(
|
|||||||
geth_poa_cleanup = compose(pythonic_geth_poa, remap_geth_poa_fields)
|
geth_poa_cleanup = compose(pythonic_geth_poa, remap_geth_poa_fields)
|
||||||
|
|
||||||
|
|
||||||
async def geth_poa_middleware(
|
async def geth_poa_middleware(make_request: Callable[[RPCEndpoint, Any], Any], _: Web3):
|
||||||
make_request: Callable[[RPCEndpoint, Any], Any], *_: Web3
|
|
||||||
):
|
|
||||||
return await get_geth_poa_middleware(
|
return await get_geth_poa_middleware(
|
||||||
make_request=make_request,
|
make_request=make_request,
|
||||||
request_formatters={},
|
request_formatters={},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user