mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 02:42:27 +00:00
chore: fix typo
Signed-off-by: deterclosed <fliter@outlook.com>
This commit is contained in:
parent
064f37d6f6
commit
8ae385c301
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue