Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Roster protobuf with correct variable name. #15463

Closed
edward-swirldslabs opened this issue Sep 13, 2024 · 0 comments · Fixed by #15465
Closed

Update Roster protobuf with correct variable name. #15463

edward-swirldslabs opened this issue Sep 13, 2024 · 0 comments · Fixed by #15465
Assignees
Labels
Platform Tickets pertaining to the platform

Comments

@edward-swirldslabs
Copy link
Contributor

message Roster {
    ...
    repeated RosterEntry rosters = 1;
}

should be

message Roster {
    ...
    repeated RosterEntry roster_entries = 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Platform Tickets pertaining to the platform
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant