From 424ccccc2f66385de517e348ad756a0116923c91 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Wed, 7 Jun 2017 16:52:52 -0700 Subject: [PATCH] docs: correct mistake in protoc version used --- docs/code_contribution_guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/code_contribution_guidelines.md b/docs/code_contribution_guidelines.md index 67b0e02a..da4e6bc2 100644 --- a/docs/code_contribution_guidelines.md +++ b/docs/code_contribution_guidelines.md @@ -348,7 +348,7 @@ The `lnd` project uses `protobuf`, and its extension [`gRPC`](www.grpc.io) in several areas and as the primary RPC interface. In order to ensure uniformity of all protos checked, in we require that all contributors pin against the _exact same_ version of `protoc`. As of the writing of this article, the `lnd` -project uses [v3.0.2](https://github.com/google/protobuf/releases/tag/v3.2.0) +project uses [v3.2.0](https://github.com/google/protobuf/releases/tag/v3.2.0) of `protoc`. Additionally, in order to maintain a uniform display of the RPC responses