Skip to content

Commit

Permalink
remove forgotten comments
Browse files Browse the repository at this point in the history
  • Loading branch information
werty144 committed Jul 24, 2023
1 parent fac927e commit fae7d59
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions state/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,6 @@ func (store dbStore) saveValidatorsInfo(height, lastHeightChanged int64, valSet
return err
}

//err = store.db.Set(calcValidatorsKey(height), bz)
err = batch.Set(calcValidatorsKey(height), bz)
if err != nil {
return err
Expand Down Expand Up @@ -698,7 +697,6 @@ func (store dbStore) saveConsensusParamsInfo(nextHeight, changeHeight int64, par
return err
}

//err = store.db.Set(calcConsensusParamsKey(nextHeight), bz)
err = batch.Set(calcConsensusParamsKey(nextHeight), bz)
if err != nil {
return err
Expand Down

0 comments on commit fae7d59

Please sign in to comment.