mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-13 05:11:21 +00:00
Update peerState's vote bitarrays when needed.
This commit is contained in:
@ -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("")
|
||||
}
|
||||
|
Reference in New Issue
Block a user