Skip to content

Commit 3a98c0e

Browse files
committed
chore: lint
1 parent 79fe1d9 commit 3a98c0e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/main/java/to/bitkit/ext/ChannelDetails.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ import org.lightningdevkit.ldknode.MaxDustHtlcExposure
1414
* - outbound_capacity: What we can spend now over Lightning
1515
* - our_reserve: Our reserve that we get back on close
1616
*/
17-
@Suppress("ForbiddenComment")
1817
val ChannelDetails.amountOnClose: ULong
19-
// TODO: use channelDetails.claimableOnCloseSats
18+
@Suppress("ForbiddenComment")
2019
get() {
20+
// TODO: use channelDetails.claimableOnCloseSats
2121
val outboundCapacitySat = this.outboundCapacityMsat / 1000u
2222
val ourReserve = this.unspendablePunishmentReserve ?: 0u
2323

0 commit comments

Comments
 (0)