remove `msg_type` validation rule

This commit is contained in:
Alfredo Garcia 2021-05-14 09:32:42 -03:00 committed by Deirdre Connolly
parent a57c12059e
commit 3f3a04f958
1 changed files with 0 additions and 1 deletions

View File

@ -246,7 +246,6 @@ The following rules must be implemented:
#### Header
- `msg_type` must be a known `MsgType` value.
- `version` must be a supported version.
- `sender` and `receiver` can't be the same.
- The `ParticipantId` variants of `sender` and `receiver` must match the message type.