mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 07:07:43 +01:00
Remove unused var
This commit is contained in:
parent
cc2d258915
commit
67e90f908a
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue