mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-19 21:56:22 +00:00
Re-added comment
This commit is contained in:
@@ -23,6 +23,7 @@ import (
|
||||
// TODO: consider validator Accum overflow
|
||||
// TODO: move valset into an iavl tree where key is 'blockbonded|pubkey'
|
||||
type ValidatorSet struct {
|
||||
// NOTE: persisted via reflect, must be exported.
|
||||
Validators []*Validator `json:"validators"`
|
||||
Proposer *Validator `json:"proposer"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user