Skip to content

Commit

Permalink
fixup! fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
eshaan7 committed Nov 24, 2024
1 parent aedd853 commit 698a5bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/execution/rpc/http_rpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ impl<N: NetworkSpec> ExecutionRpc<N> for HttpRpc<N> {
.map_err(|e| RpcError::new("get_filter_logs", e))?)
}


async fn uninstall_filter(&self, filter_id: U256) -> Result<bool> {
Ok(self
.provider
Expand Down

0 comments on commit 698a5bb

Please sign in to comment.