mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-22 01:11:32 +00:00
Use gogoproto's nullable=false (#166)
* Use gogoproto's nullable=false where appropriate.
This commit is contained in:
@ -11,7 +11,7 @@ import (
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
// Validators is a list of validators that implements the Sort interface
|
||||
type Validators []*Validator
|
||||
type Validators []Validator
|
||||
|
||||
func (v Validators) Len() int {
|
||||
return len(v)
|
||||
|
Reference in New Issue
Block a user