Skip to content

Commit 06232e0

Browse files
deterclosedjorgemmsilva
authored andcommitted
eth: fix typo (ethereum#29320)
1 parent d181dbc commit 06232e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eth/handler_eth_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ func testTransactionPropagation(t *testing.T, protocol uint) {
390390
}
391391
// Interconnect all the sink handlers with the source handler
392392
for i, sink := range sinks {
393-
sink := sink // Closure for gorotuine below
393+
sink := sink // Closure for goroutine below
394394

395395
sourcePipe, sinkPipe := p2p.MsgPipe()
396396
defer sourcePipe.Close()

0 commit comments

Comments
 (0)