diff --git a/src/services/lnd/sendCoinsReq.ts b/src/services/lnd/sendCoinsReq.ts index 3e4b83d3..090a01df 100644 --- a/src/services/lnd/sendCoinsReq.ts +++ b/src/services/lnd/sendCoinsReq.ts @@ -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,