Skip to content

Commit

Permalink
eth: fix typo (ethereum#29320)
Browse files Browse the repository at this point in the history
  • Loading branch information
deterclosed authored Mar 25, 2024
1 parent 6f1fb0c commit ae47004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/handler_eth_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ func testTransactionPropagation(t *testing.T, protocol uint) {
}
// Interconnect all the sink handlers with the source handler
for i, sink := range sinks {
sink := sink // Closure for gorotuine below
sink := sink // Closure for goroutine below

sourcePipe, sinkPipe := p2p.MsgPipe()
defer sourcePipe.Close()
Expand Down

0 comments on commit ae47004

Please sign in to comment.