mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 09:23:48 +00:00
whisper: Remove server start inside goroutine
This commit is contained in:
parent
26187eada0
commit
020577f27d
1 changed files with 0 additions and 5 deletions
|
|
@ -220,11 +220,6 @@ func initialize(t *testing.T) {
|
|||
},
|
||||
}
|
||||
|
||||
err = node.server.Start()
|
||||
if err != nil {
|
||||
t.Skipf("failed to start server %d (port may be taken, skipping since there is no handler in test for this, should be ported to simulation framework): error is %v", i, err)
|
||||
}
|
||||
|
||||
nodes[i] = &node
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue