Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core: Don't add old filter to invalid filters if new signer banned #6980

Commits on Dec 28, 2023

  1. 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.
    alvasw committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    d6aa5b1 View commit details
    Browse the repository at this point in the history