Update rlpx_test.go

remove useless parameter
This commit is contained in:
ANOTHEL 2019-04-05 16:29:49 +09:00 committed by GitHub
parent 45e93005cd
commit 87ef34fadb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -222,7 +222,6 @@ func TestProtocolHandshake(t *testing.T) {
}
func TestProtocolHandshakeErrors(t *testing.T) {
our := &protoHandshake{Version: 3, Caps: []Cap{{"foo", 2}, {"bar", 3}}, Name: "quux"}
tests := []struct {
code uint64
msg interface{}