mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
p2p: fit typo
This commit is contained in:
parent
4e83adc634
commit
29f19afc67
1 changed files with 1 additions and 1 deletions
|
|
@ -515,7 +515,7 @@ func TestDialStateStaticDial(t *testing.T) {
|
|||
})
|
||||
}
|
||||
|
||||
// This test checks that static peers will be redialed immediatly if they were re-added to a static list.
|
||||
// This test checks that static peers will be redialed immediately if they were re-added to a static list.
|
||||
func TestDialStaticAfterReset(t *testing.T) {
|
||||
wantStatic := []*discover.Node{
|
||||
{ID: uintID(1)},
|
||||
|
|
|
|||
Loading…
Reference in a new issue