Re-added comment

This commit is contained in:
Ethan Frey
2017-05-14 19:10:58 +02:00
parent 2b324b7eb9
commit 926fb83e33
+1
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"`