Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ntchjb committed Apr 19, 2021
1 parent 3bcbcac commit a718566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chain/x/oracle/types/reporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import sdk "github.com/cosmos/cosmos-sdk/types"
// ReportersPerValidator represents list of reporter address and their associated validator
type ReportersPerValidator struct {
Validator sdk.ValAddress `json:"validator" yaml:"validator"`
Reporters []sdk.AccAddress `json:"reporters" yaml:"reporter"`
Reporters []sdk.AccAddress `json:"reporters" yaml:"reporters"`
}

// NewReportersPerValidator creates new instance of ReportersPerValidator
Expand Down

0 comments on commit a718566

Please sign in to comment.