From d97c68717b87f88a111bd60ba4996865c970db97 Mon Sep 17 00:00:00 2001 From: pm47 Date: Wed, 19 Aug 2015 12:41:18 +0200 Subject: [PATCH] explicitely specified proto version --- lightning.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lightning.proto b/lightning.proto index b0fba5e41..936b0166e 100644 --- a/lightning.proto +++ b/lightning.proto @@ -1,3 +1,5 @@ +syntax = "proto2"; + // The outer layer handles encryption, authentication and message // boundaries.