From b565e5939a8407ba7824d59e9cb28b9b453032ac Mon Sep 17 00:00:00 2001 From: Preston Van Loon Date: Fri, 13 Jul 2018 09:20:11 -0400 Subject: [PATCH] Use proto2 syntax --- pb/rpc.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pb/rpc.proto b/pb/rpc.proto index a7fe600..534aa6c 100644 --- a/pb/rpc.proto +++ b/pb/rpc.proto @@ -1,3 +1,5 @@ +syntax = "proto2"; + package floodsub.pb; message RPC {