From eeda3b712f76a75f968dfb385896774183867766 Mon Sep 17 00:00:00 2001 From: 18aaddy Date: Sun, 27 Oct 2024 22:53:26 +0530 Subject: [PATCH] Rebased and updated --- core/src/client/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/client/mod.rs b/core/src/client/mod.rs index 6d1a31f8..32152a1c 100644 --- a/core/src/client/mod.rs +++ b/core/src/client/mod.rs @@ -121,8 +121,8 @@ impl> Client { self.node.get_logs(filter).await } - pub async fn get_filter_changes(&self, filter_id: U256) -> Result { - self.node.uninstall_filter(filter_id).await + pub async fn get_filter_changes(&self, filter_id: U256) -> Result> { + self.node.get_filter_changes(filter_id).await } pub async fn uninstall_filter(&self, filter_id: U256) -> Result {