This repository was archived by the owner on Feb 9, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -302,7 +302,7 @@ PODS:
302302 - React-jsinspector (0.70.6)
303303 - React-logger (0.70.6):
304304 - glog
305- - react-native-ldk (0.0.104 ):
305+ - react-native-ldk (0.0.106 ):
306306 - React
307307 - react-native-randombytes (3.6.1):
308308 - React-Core
Original file line number Diff line number Diff line change 11{
22 "name" : " @synonymdev/react-native-ldk" ,
33 "title" : " React Native LDK" ,
4- "version" : " 0.0.104 " ,
4+ "version" : " 0.0.106 " ,
55 "description" : " React Native wrapper for LDK" ,
66 "main" : " ./dist/index.js" ,
77 "types" : " ./dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -322,6 +322,7 @@ export type TChannelHandshakeConfig = {
322322 their_channel_reserve_proportional_millionths ?: number ; //UInt32
323323 negotiate_anchors_zero_fee_htlc_tx ?: boolean ;
324324 our_max_accepted_htlcs_arg ?: number ; //UInt16
325+ max_inbound_htlc_value_in_flight_percent_of_channel ?: number ; //UInt8
325326} ;
326327
327328export type TChannelHandshakeLimits = {
@@ -364,6 +365,7 @@ export const defaultUserConfig: TUserConfig = {
364365 announced_channel : false ,
365366 minimum_depth : 1 ,
366367 max_htlc_value_in_flight_percent_of_channel : 100 ,
368+ max_inbound_htlc_value_in_flight_percent_of_channel : 100 ,
367369 negotiate_anchors_zero_fee_htlc_tx : true ,
368370 } ,
369371 manually_accept_inbound_channels : true ,
You can’t perform that action at this time.
0 commit comments