mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-25 23:31:24 +01:00
The 'arePeersPaymentAccountDataBanned' method in filterManager had a parameter 'PaymentAccountFilter[] appliedPaymentAccountFilter' which was used to pass over the PaymentAccountFilter which matched a banned account. The result was only used at the fault handler (log) in the ApplyFilter task. I think this was not needed to display and if it should be done in a different way, e..g using a Consumer to pass back the value, but as the method is a validation method returning a boolean we should avoid to add side-effects like writing some property. |
||
---|---|---|
.. | ||
java/bisq/core | ||
resources |