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 6270891 commit 49502a3Copy full SHA for 49502a3
lib/android/src/main/java/com/reactnativeldk/Helpers.kt
@@ -150,7 +150,7 @@ val ChannelDetails.asJson: WritableMap
150
result.putInt("unspendable_punishment_reserve", (_unspendable_punishment_reserve as Option_u64Z.Some).some.toInt())
151
result.putInt("config_forwarding_fee_base_msat", (_config?._forwarding_fee_base_msat ?: 0))
152
result.putInt("config_forwarding_fee_proportional_millionths", (_config?._forwarding_fee_proportional_millionths ?: 0))
153
- result.putInt("confirmations", (_confirmations_required as Option_u32Z.Some).some)
+ result.putInt("confirmations", (_confirmations as Option_u32Z.Some).some)
154
155
return result
156
}
0 commit comments