Skip to content

Commit 02ece30

Browse files
authored
Upgrade to lightning-kmp 1.8.4 (#123)
This is a bugfix release, the main change is ACINQ/lightning-kmp#718.
1 parent 8334b62 commit 02ece30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
object Versions {
22
val kotlin = "1.9.23"
3-
val lightningKmp = "1.8.3"
3+
val lightningKmp = "1.8.4"
44
val sqlDelight = "2.0.1"
55
val okio = "3.8.0"
66
val clikt = "4.2.2"

src/commonMain/kotlin/fr/acinq/lightning/bin/Main.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class Phoenixd : CliktCommand() {
9292
.defaultLazy {
9393
when (chain) {
9494
Chain.Mainnet -> MempoolSpaceClient.OfficialMempoolMainnet
95-
Chain.Testnet3 -> MempoolSpaceClient.OfficialMempoolTestnet
95+
Chain.Testnet3 -> MempoolSpaceClient.OfficialMempoolTestnet3
9696
else -> error("unsupported chain")
9797
}
9898
}

0 commit comments

Comments
 (0)