From 1a22f614a22c1aaf04f1601390f54b8d1e214456 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Wed, 27 Jun 2018 11:32:01 -0500 Subject: Ignore additional fields --- proposals/0000-hypercore-header.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/0000-hypercore-header.md b/proposals/0000-hypercore-header.md index 3b44f65..7a65b3c 100644 --- a/proposals/0000-hypercore-header.md +++ b/proposals/0000-hypercore-header.md @@ -79,7 +79,7 @@ message HypercoreHeader { } ``` -Data structures should not add additional fields to the `HypercoreHeader`. They should put any additional data into the `extension`. This is easy to do with protobuf's nested messages. For example: +Data structures should not add additional fields to the `HypercoreHeader`. Any additional fields should be ignored. Data-structure-specific data can be stored in the `extension`. This is easy to do with protobuf's nested messages. For example: ```protobuf message MyCustomHeader { -- cgit v1.2.3