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 c8711e9 commit fb09c85
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 @@ -9,8 +9,8 @@ export const OpenChannelReq = (destination: string, closeAddress: string, fundin
satPerVbyte: 0n, // TBD
private: false,
minConfs: 0, // TBD
baseFee: 0n, // TBD
feeRate: 0n, // TBD
baseFee: 1n, // TBD
feeRate: 1n, // TBD
targetConf: 0,
zeroConf: false,
maxLocalCsv: 0,
Expand Down

0 comments on commit fb09c85

Please sign in to comment.