From c66df2b1c932b67be9b81fbe83cceeec2f6f4076 Mon Sep 17 00:00:00 2001 From: Nitesh Balusu <84944042+niteshbalusu11@users.noreply.github.com> Date: Wed, 28 Feb 2024 13:23:00 -0500 Subject: [PATCH] bump until lnd 0.17.4 Signed-off-by: Nitesh Balusu <84944042+niteshbalusu11@users.noreply.github.com> --- vendor/walletrpc/walletkit.proto | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/vendor/walletrpc/walletkit.proto b/vendor/walletrpc/walletkit.proto index 144cb41..4564098 100644 --- a/vendor/walletrpc/walletkit.proto +++ b/vendor/walletrpc/walletkit.proto @@ -1035,6 +1035,13 @@ message ListSweepsRequest { replaced-by-fee, so will not be included in this output. */ bool verbose = 1; + + /* + The start height to use when fetching sweeps. If not specified (0), the + result will start from the earliest sweep. If set to -1 the result will + only include unconfirmed sweeps (at the time of the call). + */ + int32 start_height = 2; } message ListSweepsResponse {