Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
srene committed Nov 21, 2024
1 parent e4de0e6 commit e398d25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion block/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,6 @@ func (m *Manager) freezeNode(err error) {

// SetLastBlockTimeInSettlementFromHeight is used to initialize LastBlockTimeInSettlement from rollapp height in settlement
func (m *Manager) SetLastBlockTimeInSettlementFromHeight(lastSettlementHeight uint64) {

block, err := m.Store.LoadBlock(lastSettlementHeight)
if err != nil {
// if settlement height block is not found it will be updated after, when syncing
Expand Down

0 comments on commit e398d25

Please sign in to comment.