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
While reviewing #237 I noticed that model::wallet::GetReceivedByAddress is missing derives but we added a lint check in #242. So I ran clippy locally and there are a tonne of lint warnings. We must not be running the linter in CI correctly - face palm.