Skip to content

Commit

Permalink
ipc->body
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-frmr committed Jan 8, 2024
1 parent 87b48cf commit 235f4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ impl SubscribeLogsRequest {
pub fn send(mut self) -> anyhow::Result<()> {
self.request = self
.request
.ipc(serde_json::to_vec(&EthRequest::SubscribeLogs(
.body(serde_json::to_vec(&EthRequest::SubscribeLogs(
SubscribeLogs {
filter: self.filter.clone(),
},
Expand Down

0 comments on commit 235f4aa

Please sign in to comment.