Merge pull request #2327 from ottosuess/invoice_macaroon_permissions

lnrpc: allow invoice.macaroon to read onchain transactions
This commit is contained in:
Wilmer Paulino 2019-10-24 12:15:16 -04:00 committed by GitHub
commit a469d5dc2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -173,6 +173,10 @@ var (
Entity: "address",
Action: "write",
},
{
Entity: "onchain",
Action: "read",
},
}
)