mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-01 18:27:43 +02:00
rpcserver: Add flag to BakeMacaroonRequest for allowing external permissions
This commit is contained in:
@@ -3803,6 +3803,12 @@ message BakeMacaroonRequest {
|
||||
|
||||
// The root key ID used to create the macaroon, must be a positive integer.
|
||||
uint64 root_key_id = 2;
|
||||
|
||||
/*
|
||||
Informs the RPC on whether to allow external permissions that LND is not
|
||||
aware of.
|
||||
*/
|
||||
bool allow_external_permissions = 3;
|
||||
}
|
||||
message BakeMacaroonResponse {
|
||||
// The hex encoded macaroon, serialized in binary format.
|
||||
|
Reference in New Issue
Block a user