Skip to content

Commit 038a633

Browse files
committed
chore: update ldk node version
1 parent 91ea807 commit 038a633

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,15 @@ fun createChannelDetails(): ChannelDetails {
7878
forceCloseSpendDelay = null,
7979
inboundHtlcMinimumMsat = 0u,
8080
inboundHtlcMaximumMsat = null,
81+
claimableOnCloseSats = 0u,
8182
config = ChannelConfig(
8283
forwardingFeeProportionalMillionths = 0u,
8384
forwardingFeeBaseMsat = 0u,
8485
cltvExpiryDelta = 0u,
8586
maxDustHtlcExposure = MaxDustHtlcExposure.FixedLimit(limitMsat = 0u),
8687
forceCloseAvoidanceMaxFeeSatoshis = 0u,
8788
acceptUnderpayingHtlcs = false,
89+
8890
),
8991
)
9092
}

app/src/main/java/to/bitkit/ui/screens/wallets/receive/ReceiveQrScreen.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -693,6 +693,7 @@ private fun PreviewAutoMode() {
693693
forceCloseSpendDelay = null,
694694
inboundHtlcMinimumMsat = 0uL,
695695
inboundHtlcMaximumMsat = null,
696+
claimableOnCloseSats = 0u,
696697
config = org.lightningdevkit.ldknode.ChannelConfig(
697698
forwardingFeeProportionalMillionths = 0u,
698699
forwardingFeeBaseMsat = 0u,
@@ -763,6 +764,7 @@ private fun PreviewSpendingMode() {
763764
forceCloseSpendDelay = null,
764765
inboundHtlcMinimumMsat = 0uL,
765766
inboundHtlcMaximumMsat = null,
767+
claimableOnCloseSats = 0u,
766768
config = org.lightningdevkit.ldknode.ChannelConfig(
767769
forwardingFeeProportionalMillionths = 0u,
768770
forwardingFeeBaseMsat = 0u,

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ ktor-client-core = { module = "io.ktor:ktor-client-core", version.ref = "ktor" }
5858
ktor-client-logging = { module = "io.ktor:ktor-client-logging", version.ref = "ktor" }
5959
ktor-client-okhttp = { module = "io.ktor:ktor-client-okhttp", version.ref = "ktor" }
6060
ktor-serialization-kotlinx-json = { module = "io.ktor:ktor-serialization-kotlinx-json", version.ref = "ktor" }
61-
ldk-node-android = { module = "com.github.synonymdev:ldk-node", version = "v0.7.0-rc.6" } # fork | local: remove `v`
61+
ldk-node-android = { module = "com.github.synonymdev:ldk-node", version = "v0.7.0-rc.7" } # fork | local: remove `v`
6262
lifecycle-process = { group = "androidx.lifecycle", name = "lifecycle-process", version.ref = "lifecycle" }
6363
lifecycle-runtime-compose = { module = "androidx.lifecycle:lifecycle-runtime-compose", version.ref = "lifecycle" }
6464
lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycle" }

0 commit comments

Comments
 (0)