Skip to content

Commit

Permalink
chore: fix lll lint warn
Browse files Browse the repository at this point in the history
  • Loading branch information
EclesioMeloJunior committed Jul 13, 2023
1 parent 70d1cd5 commit 36c8eef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dot/state/block_finalisation.go
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,8 @@ func (bs *BlockState) handleFinalisedBlock(currentFinalizedHash common.Hash) err
bs.tries.delete(blockHeader.StateRoot)
}

logger.Tracef("cleaned out finalised block from memory; block number %d with hash %s", blockHeader.Number, subchainHash)
logger.Tracef("cleaned out finalised block from memory; block number %d with hash %s",
blockHeader.Number, subchainHash)
}

return batch.Flush()
Expand Down

0 comments on commit 36c8eef

Please sign in to comment.