fix params in health check query

This commit is contained in:
Bryan Stitt 2023-02-15 21:13:24 -08:00 committed by yenicelik
parent cfff3ac532
commit 85608dbf25

View File

@ -712,7 +712,7 @@ impl Web3Rpc {
if let Ok(Some(x)) = x
.request::<_, Option<Transaction>>(
"eth_getTransactionByHash",
&txid,
&(txid,),
revert_handler,
None,
)