Update rpc.proto
This commit is contained in:
parent
32b10c5f98
commit
45343214bb
1 changed files with 1 additions and 2 deletions
|
|
@ -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"];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue