Skip to content

Commit

Permalink
Correct typo in proto message and regenerate protos
Browse files Browse the repository at this point in the history
  • Loading branch information
ranchalp committed Aug 2, 2023
1 parent 6339959 commit 36a6dec
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions pkg/pb/accountabilitypb/accountabilitypb.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pkg/pb/accountabilitypb/types/types.mir.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion protos/accountabilitypb/accountabilitypb.proto
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ message SignedPredecision {
message FullCertificate {
option (net.message) = true;

map<uint64,SignedPredecision> certificate = 1 [(mir.key_type) = "github.com/filecoin-project/mir/pkg/types.NodeID"];
map<string,SignedPredecision> certificate = 1 [(mir.key_type) = "github.com/filecoin-project/mir/pkg/types.NodeID"];
}

message InstanceParams {
Expand Down

0 comments on commit 36a6dec

Please sign in to comment.