eth: fix typo (#29320)

pull/29333/head
deterclosed 6 months ago committed by GitHub
parent 6f1fb0c29f
commit ae47004487
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      eth/handler_eth_test.go

@ -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()

Loading…
Cancel
Save