Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yzang2019 committed Dec 4, 2024
1 parent 5024227 commit 88db08a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/state/rollback.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ func Rollback(bs BlockStore, ss Store, removeBlock bool, privValidatorConfig *co
valChangeHeight = valInfo.LastHeightChanged
}

// Verify it has validator set data
previousLastValidatorSet, err := ss.LoadValidators(rollbackHeight)
if err != nil {
return -1, nil, err
Expand Down

0 comments on commit 88db08a

Please sign in to comment.