Remove unused var

This commit is contained in:
chimp1984 2020-09-05 07:41:27 -05:00
parent 7c78e98192
commit 5a65b150fe
No known key found for this signature in database
GPG Key ID: 9801B4EC591F90E3

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