We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2a6400 commit ed21759Copy full SHA for ed21759
1 file changed
app/src/main/java/to/bitkit/ui/screens/wallets/receive/ReceiveQrScreen.kt
@@ -693,7 +693,6 @@ 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,
@@ -764,7 +763,6 @@ private fun PreviewSpendingMode() {
764
763
765
766
767
768
769
770
0 commit comments