Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
boufni95 committed Apr 24, 2024
1 parent 7d61b86 commit 6457d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/lnd/openChannelReq.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const OpenChannelReq = (destination: string, closeAddress: string, fundin
targetConf: 0,
zeroConf: false,
maxLocalCsv: 144,
remoteCsvDelay: 144,
remoteCsvDelay: 0,
spendUnconfirmed: false,
minHtlcMsat: 1n,
remoteChanReserveSat: 10000n,
Expand Down

0 comments on commit 6457d59

Please sign in to comment.