mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-31 20:21:56 +00:00
Probable fix for #140
This commit is contained in:
@@ -59,7 +59,7 @@ func (voteSet *VoteSet) Height() int {
|
||||
|
||||
func (voteSet *VoteSet) Round() int {
|
||||
if voteSet == nil {
|
||||
return 0
|
||||
return -1
|
||||
} else {
|
||||
return voteSet.round
|
||||
}
|
||||
|
Reference in New Issue
Block a user