mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-05 15:47:07 +00:00
Probable fix for #140
This commit is contained in:
+1
-1
@@ -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