mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Remove unused var
This commit is contained in:
parent
7c78e98192
commit
5a65b150fe
@ -91,7 +91,6 @@ public class FraudDetection {
|
||||
public String getAccountsUsingMultipleNamesAsString() {
|
||||
return accountsUsingMultipleNames.entrySet().stream()
|
||||
.map(entry -> {
|
||||
String pubKeyHash = entry.getKey();
|
||||
String accountInfo = entry.getValue().stream()
|
||||
.map(info -> {
|
||||
String tradeId = info.getDispute().getShortTradeId();
|
||||
|
Loading…
Reference in New Issue
Block a user