Skip to content

Commit

Permalink
Quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tw0po1nt committed Oct 20, 2023
1 parent c57ea56 commit 91c86e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Sources/Features/Home/Home.swift
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ public struct Home: Reducer {
event.transaction.zecAmount >= zcashSDKEnvironment.banditAmount
}
)
userStoredPreferences.setIsBandit(true)
userStoredPreferences.setIsBandit(isBandit)
await send(.updateWalletEvents(events))
}
}
Expand Down

0 comments on commit 91c86e6

Please sign in to comment.