Skip to content

Commit

Permalink
bump until lnd 0.17.4
Browse files Browse the repository at this point in the history
Signed-off-by: Nitesh Balusu <[email protected]>
  • Loading branch information
niteshbalusu11 committed Feb 28, 2024
1 parent 9a6172b commit c66df2b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions vendor/walletrpc/walletkit.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c66df2b

Please sign in to comment.