We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3149473 commit 70b0ac2Copy full SHA for 70b0ac2
crates/rethnet_eth/src/remote/client.rs
@@ -209,12 +209,6 @@ impl RpcClient {
209
210
let response = self.batch_call(&inputs).await?;
211
212
- type BatchResult = (
213
- jsonrpc::Response<U256>,
214
215
- jsonrpc::Response<ZeroXPrefixedBytes>,
216
- );
217
-
218
let responses: Vec<serde_json::Value> = serde_json::from_str(&response.text)
219
.unwrap_or_else(|error| {
220
panic!("Batch response `{response:?}` failed to parse due to error: {error}")
rust-toolchain
@@ -1 +1 @@
1
-1.68
+1.70
0 commit comments