diff --git a/web3_proxy/src/rpcs/one.rs b/web3_proxy/src/rpcs/one.rs index b4d6cebb..8ee53e9a 100644 --- a/web3_proxy/src/rpcs/one.rs +++ b/web3_proxy/src/rpcs/one.rs @@ -712,7 +712,7 @@ impl Web3Rpc { if let Ok(Some(x)) = x .request::<_, Option>( "eth_getTransactionByHash", - &txid, + &(txid,), revert_handler, None, )