Specify syntax version for ripple.proto file:

This change eliminates a warning about unspecified syntax version when using
a newer proto3 compiler.
This commit is contained in:
MarkusTeufelberger
2017-02-06 02:57:17 +01:00
committed by seelabs
parent 3de623bf66
commit af79c9007e

View File

@@ -1,3 +1,4 @@
syntax = "proto2";
package protocol;
enum MessageType