Skip to content

Commit

Permalink
ETD-413-connectors-fee - after 2nd code review
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkyov committed Apr 14, 2022
1 parent 1b180ab commit a73b7cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public TransactionCluster toTransactionCluster() {
}

if (isIgnoredFee && logIgnoredFees) {
cluster.setIgnoredFee(1, "Fee " + (feeCurrency != null ? feeCurrency.code() : "null") + " currency is not base or quote");
cluster.setIgnoredFee(1, "Fee " + (feeCurrency != null ? feeCurrency.code() : "null") + " currency is not base or quote");
}
return cluster;
}
Expand Down

0 comments on commit a73b7cd

Please sign in to comment.