mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-01 08:25:51 +00:00
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:
committed by
seelabs
parent
3de623bf66
commit
af79c9007e
@@ -1,3 +1,4 @@
|
||||
syntax = "proto2";
|
||||
package protocol;
|
||||
|
||||
enum MessageType
|
||||
|
||||
Reference in New Issue
Block a user