Skip to content
This repository was archived by the owner on Feb 9, 2026. It is now read-only.

Commit 38b9f9f

Browse files
authored
Merge pull request #167 from synonymdev/config-update
Update defaultUserConfig
2 parents dc345d9 + c0b4f9c commit 38b9f9f

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

example/ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

lib/src/utils/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

327328
export 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,

0 commit comments

Comments
 (0)