Skip to content

Commit

Permalink
Update block/manager.go
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel T <[email protected]>
  • Loading branch information
srene and danwt authored May 15, 2024
1 parent b1b785f commit 22f0caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion block/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ func (m *Manager) onNewGossipedBlock(event pubsub.Message) {
m.retrieverMutex.Unlock()
return
}
m.logger.Debug("Received new block via gossip", "height", block.Header.Height, "n cachedBlocks", len(m.blockCache))
m.logger.Debug("Received new block via gossip.", "height", block.Header.Height, "n cachedBlocks", len(m.blockCache))

nextHeight := m.Store.NextHeight()
if block.Header.Height >= nextHeight {
Expand Down

0 comments on commit 22f0caf

Please sign in to comment.