From ad64b076ba334101737b1b90cfb44a666d4626cb Mon Sep 17 00:00:00 2001 From: Evan Kaloudis Date: Mon, 23 Oct 2023 15:30:30 -0400 Subject: [PATCH] Embedded node: Types: update SendCoins --- lndmobile/LndMobileInjection.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lndmobile/LndMobileInjection.ts b/lndmobile/LndMobileInjection.ts index 1d4448e3a..e814b0922 100644 --- a/lndmobile/LndMobileInjection.ts +++ b/lndmobile/LndMobileInjection.ts @@ -261,7 +261,8 @@ export interface ILndMobileInjections { address: string, sat: number, feeRate?: number, - spend_unconfirmed?: boolean + spend_unconfirmed?: boolean, + send_all?: boolean ) => Promise; sendCoinsAll: ( address: string,