From 68b4749f3ed9394ee52f14aa0388c7e95955f516 Mon Sep 17 00:00:00 2001 From: Ben Woosley Date: Mon, 18 Jun 2018 19:20:30 -0500 Subject: [PATCH] enhance(comments): Record that the current rpc.proto file is from lnd release 0.4.2 --- resources/rpc.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/rpc.proto b/resources/rpc.proto index 26675c01..0ead0bbf 100644 --- a/resources/rpc.proto +++ b/resources/rpc.proto @@ -1,3 +1,4 @@ +// Imported from https://raw.githubusercontent.com/lightningnetwork/lnd/v0.4.2-beta/lnrpc/rpc.proto syntax = "proto3"; // import "google/api/annotations.proto";