Update rpc.proto

This commit is contained in:
CapDog 2019-12-01 13:27:26 -05:00 committed by GitHub
parent 32b10c5f98
commit 45343214bb

View file

@ -1,6 +1,5 @@
syntax = "proto3"; syntax = "proto3";
import "google/api/annotations.proto";
package lnrpc; package lnrpc;
@ -2796,4 +2795,4 @@ message BakeMacaroonRequest {
message BakeMacaroonResponse { message BakeMacaroonResponse {
/// The hex encoded macaroon, serialized in binary format. /// The hex encoded macaroon, serialized in binary format.
string macaroon = 1 [json_name = "macaroon"]; string macaroon = 1 [json_name = "macaroon"];
} }