Remove unused var

This commit is contained in:
chimp1984 2020-09-05 07:41:27 -05:00 committed by Christoph Atteneder
parent cc2d258915
commit 67e90f908a
No known key found for this signature in database
GPG key ID: CD5DC1C529CDFD3B

View file

@ -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();