docs: correct mistake in protoc version used

This commit is contained in:
Olaoluwa Osuntokun 2017-06-07 16:52:52 -07:00
parent 7d30634757
commit 424ccccc2f
No known key found for this signature in database
GPG Key ID: 9CC5B105D03521A2

@ -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