mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 07:06:42 +00:00
p2p/discover: remove commented code
This commit is contained in:
parent
2251ceebd0
commit
220a8cf423
1 changed files with 0 additions and 1 deletions
|
|
@ -182,7 +182,6 @@ func TestUDPv5_handshakeRepeatChallenge(t *testing.T) {
|
|||
nonce2 := v5wire.Nonce{2}
|
||||
nonce3 := v5wire.Nonce{3}
|
||||
var authTag1 v5wire.Nonce
|
||||
//var record *v5wire.Whoareyou
|
||||
check := func(p *v5wire.Whoareyou, actualAuthTag, wantNonce v5wire.Nonce) {
|
||||
t.Helper()
|
||||
if p.Nonce != wantNonce {
|
||||
|
|
|
|||
Loading…
Reference in a new issue