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 3280b63 commit 7d61b86
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
@@ -1,4 +1,4 @@
import { CommitmentType, OpenChannelRequest } from "../../../proto/lnd/lightning";
import { CommitmentType, OpenChannelRequest } from "../../../proto/lnd/lightning.js";

export const OpenChannelReq = (destination: string, closeAddress: string, fundingAmount: number, pushSats: number): OpenChannelRequest => ({
nodePubkey: Buffer.from(destination, 'hex'),
Expand Down

0 comments on commit 7d61b86

Please sign in to comment.