Skip to content

Commit

Permalink
Remove active_epoch_index from InspectStateRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
vfusco committed Jun 21, 2022
1 parent e31e880 commit 202fb3f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server-manager.proto
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,7 @@ message Report {

message InspectStateRequest {
string session_id = 1; // Session to inspect
uint64 active_epoch_index = 2; // To double-check the desired epoch is the active one
bytes query_payload = 3; // Query payload
bytes query_payload = 2; // Query payload
}

message InspectStateResponse {
Expand Down

0 comments on commit 202fb3f

Please sign in to comment.