You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the client.rs file, the function there is a function called get_filter_changes() which is incorrect. It calls self.node.uninstall_filter() instead of self.node.get_filter_changes()
The text was updated successfully, but these errors were encountered:
18aaddy
changed the title
Fix get_filter_changes() function in client.rs
fix: get_filter_changes() function in client.rs
Sep 30, 2024
In the client.rs file, the function there is a function called
get_filter_changes()
which is incorrect. It callsself.node.uninstall_filter()
instead ofself.node.get_filter_changes()
The text was updated successfully, but these errors were encountered: