Browse Source

Re-added comment

pull/494/head
Ethan Frey 7 years ago
parent
commit
926fb83e33
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      types/validator_set.go

+ 1
- 0
types/validator_set.go View File

@ -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"`


Loading…
Cancel
Save