From d718078ea3a5e9bc199a3b56d1541a604dab2939 Mon Sep 17 00:00:00 2001 From: Dean Eigenmann Date: Fri, 25 Oct 2019 10:46:08 +0200 Subject: [PATCH] Update mdf.md --- mdf.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdf.md b/mdf.md index a73cade3..fbedca89 100644 --- a/mdf.md +++ b/mdf.md @@ -32,7 +32,7 @@ We introduce the metadata message which is used to convey information about a me package vac.mvds; message Metadata { - bytes parents = 1; + repeated bytes parents = 1; bool ack_required = 2 [default = true]; } ```