• Felix Lange's avatar
    p2p: msg.Payload contains list data · 7964f30d
    Felix Lange authored
    With RLPx frames, the message code is contained in the
    frame and is no longer part of the encoded data.
    
    EncodeMsg, Msg.Decode have been updated to match.
    Code that decodes RLP directly from Msg.Payload will need
    to change.
    7964f30d
peer_test.go 5.42 KB