Skip to content

Commit

Permalink
Embedded node: Types: update SendCoins
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloudis committed Oct 23, 2023
1 parent b9ec7e8 commit ad64b07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lndmobile/LndMobileInjection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,8 @@ export interface ILndMobileInjections {
address: string,
sat: number,
feeRate?: number,
spend_unconfirmed?: boolean
spend_unconfirmed?: boolean,
send_all?: boolean
) => Promise<lnrpc.SendCoinsResponse>;
sendCoinsAll: (
address: string,
Expand Down

0 comments on commit ad64b07

Please sign in to comment.