[release/1.3.4] p2p: EIP-8 changes
Conflicts: p2p/rlpx.go
This commit is contained in:
committed by
Jeffrey Wilcke
parent
b25da7c3f4
commit
b5a0cf488c
@ -56,6 +56,9 @@ type protoHandshake struct {
|
||||
Caps []Cap
|
||||
ListenPort uint64
|
||||
ID discover.NodeID
|
||||
|
||||
// Ignore additional fields (for forward compatibility).
|
||||
Rest []rlp.RawValue `rlp:"tail"`
|
||||
}
|
||||
|
||||
// Peer represents a connected remote node.
|
||||
|
Reference in New Issue
Block a user