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 {