update comment

This commit is contained in:
Ethan Buchman 2017-04-18 10:44:13 -04:00
parent cf4074cc80
commit 29a893b193
1 changed files with 2 additions and 1 deletions

View File

@ -132,7 +132,8 @@ func (s *State) Bytes() []byte {
// after running EndBlock
func (s *State) SetBlockAndValidators(header *types.Header, blockPartsHeader types.PartSetHeader, abciResponses *ABCIResponses) {
// copy the valset
// copy the valset so we can apply changes from EndBlock
// and update s.LastValidators and s.Validators
prevValSet := s.Validators.Copy()
nextValSet := prevValSet.Copy()