Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core: Don't add old filter to invalid filters if new signer banned
Before this change, the currentFilter will be added to the invalidFilters list after comparing both filters creation date and before checking whether the new filter was created by a banned signer. Note: The invalid filters list is only used on the security manager Bisq instances. This list is never read by regular user clients.
- Loading branch information