Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
boufni95 committed Aug 23, 2024
1 parent c144a46 commit 3a49cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/lnd/sendCoinsReq.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { CoinSelectionStrategy, SendCoinsRequest } from "../../../proto/lnd/lightning";
import { CoinSelectionStrategy, SendCoinsRequest } from "../../../proto/lnd/lightning.js";

export const SendCoinsReq = (address: string, amount: number, satPerVByte: number, label = ""): SendCoinsRequest => ({
addr: address,
Expand Down

0 comments on commit 3a49cdf

Please sign in to comment.