lnrpc: add read onchain permissions to invoice.macaroon

This commit is contained in:
Otto Suess 2018-12-12 17:28:09 +01:00
parent dc7c59746e
commit c7c85ffd97
No known key found for this signature in database
GPG Key ID: F7EFC44C2C240A11

View File

@ -155,6 +155,10 @@ var (
Entity: "address",
Action: "write",
},
{
Entity: "onchain",
Action: "read",
},
}
// permissions maps RPC calls to the permissions they require.