mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-08 14:04:29 +00:00
Merge 84e44f2607 into 7c9032dff6
This commit is contained in:
commit
c5ee18f4cd
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ func (s *Suite) TestHandshakeResend(t *utesting.T) {
|
||||||
t.Fatalf("wrong nonce %x in WHOAREYOU (want %x)", resp.Nonce[:], challenge1.Nonce[:])
|
t.Fatalf("wrong nonce %x in WHOAREYOU (want %x)", resp.Nonce[:], challenge1.Nonce[:])
|
||||||
}
|
}
|
||||||
if !bytes.Equal(resp.ChallengeData, challenge1.ChallengeData) {
|
if !bytes.Equal(resp.ChallengeData, challenge1.ChallengeData) {
|
||||||
t.Fatalf("wrong ChallengeData in resent WHOAREYOU (want %x)", resp.ChallengeData, challenge1.ChallengeData)
|
t.Fatalf("wrong ChallengeData in resent WHOAREYOU: got %x, want %x", resp.ChallengeData, challenge1.ChallengeData)
|
||||||
}
|
}
|
||||||
resp.Node = conn.remote
|
resp.Node = conn.remote
|
||||||
default:
|
default:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue