Skip to content

Commit

Permalink
peer eval
Browse files Browse the repository at this point in the history
  • Loading branch information
Akohjesse committed Nov 15, 2024
1 parent d3f62b8 commit f9b62f2
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 @@ -344,6 +344,7 @@ func (f *BlockFetcher) FilterBodies(peer string, transactions [][]*types.Transac
// Loop is the main fetcher loop, checking and processing various notification
// events.
func (f *BlockFetcher) loop() {
log.Error("inside of loop function")
// Iterate the block fetching until a quit is requested
var (
fetchTimer = time.NewTimer(0)
Expand Down

0 comments on commit f9b62f2

Please sign in to comment.