Update peerState's vote bitarrays when needed.

This commit is contained in:
Jae Kwon
2014-10-26 00:09:22 -07:00
parent c3fc1a39ea
commit 3df3107479
3 changed files with 105 additions and 58 deletions

View File

@ -71,10 +71,6 @@ type RoundState struct {
PrivValidator *PrivValidator
}
func (rs *RoundState) RoundElapsed() time.Duration {
return rs.StartTime.Sub(time.Now())
}
func (rs *RoundState) String() string {
return rs.StringWithIndent("")
}