Skip to content

Commit

Permalink
Merge pull request #171 from ethpandaops/fix/committee-proto
Browse files Browse the repository at this point in the history
fix(proto): committee beacon
  • Loading branch information
Savid authored Sep 4, 2023
2 parents dc19f26 + 2d8b2f9 commit 20268d7
Show file tree
Hide file tree
Showing 4 changed files with 1,001 additions and 1,088 deletions.
2 changes: 1 addition & 1 deletion pkg/proto/eth/v1/committee.proto
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import "google/protobuf/wrappers.proto";

option go_package = "github.com/ethpandaops/xatu/pkg/proto/eth/v1";

// Committee is a set of validators that are assigned to a commitee for a given slot.
// Committee is a set of validators that are assigned to a committee for a given slot.
message Committee {
google.protobuf.UInt64Value index = 1;
google.protobuf.UInt64Value slot = 2;
Expand Down
Loading

0 comments on commit 20268d7

Please sign in to comment.