Skip to content

Commit

Permalink
moved back to old proto schema
Browse files Browse the repository at this point in the history
  • Loading branch information
kingpinXD committed Aug 22, 2023
1 parent 3faa41a commit 0c41d79
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions proto/observer/keygen.proto
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ enum KeygenStatus {
KeyGenFailed = 3;
}
message Keygen {
KeygenStatus status = 1; // 0--to generate key; 1--generated; 2--error
repeated string granteePubkeys = 2;
int64 blockNumber = 3; // the blocknum that the key needs to be generated
KeygenStatus status = 2; // 0--to generate key; 1--generated; 2--error
repeated string granteePubkeys = 3;
int64 blockNumber = 4; // the blocknum that the key needs to be generated
}

0 comments on commit 0c41d79

Please sign in to comment.