From 45343214bbc1adf05ebdd9424b0b4b5d6e8bba5a Mon Sep 17 00:00:00 2001 From: CapDog <34176400+capitalistdog@users.noreply.github.com> Date: Sun, 1 Dec 2019 13:27:26 -0500 Subject: [PATCH] Update rpc.proto --- config/rpc.proto | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/rpc.proto b/config/rpc.proto index 9aa4cda8..453787a2 100644 --- a/config/rpc.proto +++ b/config/rpc.proto @@ -1,6 +1,5 @@ syntax = "proto3"; -import "google/api/annotations.proto"; package lnrpc; @@ -2796,4 +2795,4 @@ message BakeMacaroonRequest { message BakeMacaroonResponse { /// The hex encoded macaroon, serialized in binary format. string macaroon = 1 [json_name = "macaroon"]; -} \ No newline at end of file +}