Skip to content

Commit e6218f9

Browse files
committed
chore: code cleanup
1 parent 9c77cb6 commit e6218f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Bitkit/Services/CoreService.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,8 @@ class BlocktankService {
595595
}
596596

597597
func getCjit(channel: ChannelDetails) async -> IcJitEntry? {
598-
do { let orders = try await cjitOrders()
598+
do {
599+
let orders = try await cjitOrders()
599600
return orders.first { order in
600601
order.channelSizeSat == channel.channelValueSats && order.lspNode.pubkey == channel.counterpartyNodeId
601602
}

0 commit comments

Comments
 (0)