Skip to content

Commit

Permalink
Make small fix in SpamManager
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelekol committed Oct 18, 2023
1 parent 5f04591 commit 5e5e3b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class SpamManager(
}

is TransactionValue.NftValue -> {
spamValue(eventValue.coinUid, eventValue.value)
eventValue.value <= BigDecimal.ZERO
}

else -> true
Expand Down

0 comments on commit 5e5e3b1

Please sign in to comment.