We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b2e02f + 038a633 commit c1397a6Copy full SHA for c1397a6
1 file changed
app/src/main/java/to/bitkit/ui/screens/wallets/receive/ReceiveQrScreen.kt
@@ -693,6 +693,7 @@ private fun PreviewAutoMode() {
693
forceCloseSpendDelay = null,
694
inboundHtlcMinimumMsat = 0uL,
695
inboundHtlcMaximumMsat = null,
696
+ claimableOnCloseSats = 0u,
697
config = org.lightningdevkit.ldknode.ChannelConfig(
698
forwardingFeeProportionalMillionths = 0u,
699
forwardingFeeBaseMsat = 0u,
@@ -763,6 +764,7 @@ private fun PreviewSpendingMode() {
763
764
765
766
767
768
769
770
0 commit comments