We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c77cb6 commit e6218f9Copy full SHA for e6218f9
Bitkit/Services/CoreService.swift
@@ -595,7 +595,8 @@ class BlocktankService {
595
}
596
597
func getCjit(channel: ChannelDetails) async -> IcJitEntry? {
598
- do { let orders = try await cjitOrders()
+ do {
599
+ let orders = try await cjitOrders()
600
return orders.first { order in
601
order.channelSizeSat == channel.channelValueSats && order.lspNode.pubkey == channel.counterpartyNodeId
602
0 commit comments