mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
Hide value of banned accounts
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
This commit is contained in:
parent
0e306d6556
commit
f0a2602868
@ -49,4 +49,14 @@ public class PaymentAccountFilter implements NetworkPayload {
|
||||
proto.getGetMethodName(),
|
||||
proto.getValue());
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "PaymentAccountFilter{" +
|
||||
"paymentMethodId='" + paymentMethodId + '\'' +
|
||||
", getMethodName='" + getMethodName + '\'' +
|
||||
/* ", value='" + value + '\'' +*/
|
||||
", value='" + "[HIDDEN]" + '\'' +
|
||||
'}';
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user