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 6457d59 commit 618d0b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/services/lnd/openChannelReq.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ export const OpenChannelReq = (destination: string, closeAddress: string, fundin
feeRate: 1n, // TBD
targetConf: 0,
zeroConf: false,
maxLocalCsv: 144,
remoteCsvDelay: 0,
maxLocalCsv: 0,
remoteCsvDelay: 144,
spendUnconfirmed: false,
minHtlcMsat: 1n,
remoteChanReserveSat: 10000n,
Expand Down

0 comments on commit 618d0b4

Please sign in to comment.