-
Notifications
You must be signed in to change notification settings - Fork 307
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
fix: fixes round state traced data to mirror the new state #1259
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤷♂️
schema.WriteRoundState(cs.traceClient, cs.Height, cs.Round, cs.Step) | ||
schema.WriteRoundState(cs.traceClient, cs.RoundState.Height, | ||
cs.RoundState.Round, | ||
cs.RoundState.Step) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this just being more explicit to where the height and round are coming from?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
totally fine to change, but not yet sure if I would classify this as a fix as I currently understand this
Closing this as the issue was already resolved. |
Closes #1258