diff --git a/content/docs/rfcs/55/README.md b/content/docs/rfcs/55/README.md index fb709dac..b2745bcd 100644 --- a/content/docs/rfcs/55/README.md +++ b/content/docs/rfcs/55/README.md @@ -107,6 +107,8 @@ message MembershipUpdateMessage { } ``` +Note that in `events`, the first element is the signature, and all other elements after are encoded `MembershipUpdateEvent`'s. + where `MembershipUpdateEvent` is defined as follows: ```protobuf