Skip to content

Commit

Permalink
fix: add debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
j75689 committed Jul 29, 2021
1 parent 37f0219 commit 924cce0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eth/fetcher/block_fetcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,7 @@ func (f *BlockFetcher) loop() {

case op := <-f.requeue:
// Re-queue blocks that have not been written due to fork block competition
log.Info("Re-queue blocks", "number", op.header.Number.Int64(), "hash", op.header.Hash().String())
f.enqueue(op.origin, op.header, op.block)

case op := <-f.inject:
Expand Down

0 comments on commit 924cce0

Please sign in to comment.