mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Update rlpx_test.go
remove useless parameter
This commit is contained in:
parent
45e93005cd
commit
87ef34fadb
1 changed files with 1 additions and 2 deletions
|
|
@ -222,7 +222,6 @@ func TestProtocolHandshake(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestProtocolHandshakeErrors(t *testing.T) {
|
func TestProtocolHandshakeErrors(t *testing.T) {
|
||||||
our := &protoHandshake{Version: 3, Caps: []Cap{{"foo", 2}, {"bar", 3}}, Name: "quux"}
|
|
||||||
tests := []struct {
|
tests := []struct {
|
||||||
code uint64
|
code uint64
|
||||||
msg interface{}
|
msg interface{}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue