Skip to content

Commit

Permalink
remove filter for staking rewards notifications module
Browse files Browse the repository at this point in the history
  • Loading branch information
svojsu committed Aug 5, 2024
1 parent dbcabdf commit b6ecd21
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ final class StakingRewardsNotificationsInteractor {
private func subscribeChains() {
chainRegistry.chainsSubscribe(
self,
runningInQueue: .main,
filterStrategy: .enabledChains
runningInQueue: .main
) { [weak self] changes in
let stakingChains = changes.filter {
switch $0 {
Expand Down

0 comments on commit b6ecd21

Please sign in to comment.