Skip to content

Commit

Permalink
wallet: add ack_all_proposals to generate request
Browse files Browse the repository at this point in the history
  • Loading branch information
torkelrogstad authored and Ash-L2L committed Oct 29, 2024
1 parent 07af745 commit 8248a56
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions proto/cusf/mainchain/v1/wallet.proto
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,13 @@ message CreateSidechainProposalResponse {
}

message GenerateBlocksRequest {
// Number of blocks to generate.
google.protobuf.UInt32Value blocks = 1;

// ACK all sidechain proposals, irregardless of if they are already
// in the wallet DB.
bool ack_all_proposals = 2;
}

message GenerateBlocksResponse {
}

0 comments on commit 8248a56

Please sign in to comment.