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

refactor!: comet_info to struct #17689

Merged
merged 3 commits into from
Sep 12, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix godoc
  • Loading branch information
tac0turtle committed Sep 12, 2023
commit 35d514d172bd4bdc10c477d8853b4594ec89b4f2
2 changes: 1 addition & 1 deletion core/comet/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type CometInfoService interface {
GetCometInfo(context.Context) Info
}

// BlockInfo is the information comet provides apps in ABCI
// Info is the information comet provides apps in ABCI
type Info struct {
Evidence []Evidence // Evidence misbehavior of the block
// ValidatorsHash returns the hash of the validators
Expand Down
Loading