You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unlike an `Extension` message's `Unparsed` bytes, the `Unparsed` field
of a `KeyConstraint::Extension` is tagged with its `u32` length. This
commit fixes up `impl Encode for KeyConstraint` so that it calls
`encoded_len_prefixed()` and `encode_prefixed()` to get the correct,
length-tagged `bytes[]` on the wire.
Signed-off-by: Ross Williams <ross@ross-williams.net>
0 commit comments