fix params in health check query
This commit is contained in:
parent
cfff3ac532
commit
85608dbf25
@ -712,7 +712,7 @@ impl Web3Rpc {
|
||||
if let Ok(Some(x)) = x
|
||||
.request::<_, Option<Transaction>>(
|
||||
"eth_getTransactionByHash",
|
||||
&txid,
|
||||
&(txid,),
|
||||
revert_handler,
|
||||
None,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user