lnrpc: add read onchain permissions to invoice.macaroon
This commit is contained in:
parent
dc7c59746e
commit
c7c85ffd97
@ -155,6 +155,10 @@ var (
|
||||
Entity: "address",
|
||||
Action: "write",
|
||||
},
|
||||
{
|
||||
Entity: "onchain",
|
||||
Action: "read",
|
||||
},
|
||||
}
|
||||
|
||||
// permissions maps RPC calls to the permissions they require.
|
||||
|
Loading…
Reference in New Issue
Block a user