Fixes mark for users that pledged sats to a bounty

This commit is contained in:
Vitor Pamplona
2023-03-23 17:20:33 -04:00
parent ba33b5e1c6
commit d9c0b8cd20

View File

@@ -246,7 +246,7 @@ open class Note(val idHex: String) {
// do nothing if it can't convert to bigdecimal
}
pledgeValue != null && it.author != user
pledgeValue != null && it.author == user
}
}