macaroons: rename PermissionsConstraint to AllowConstraint

This commit is contained in:
whythat
2017-09-14 00:01:14 +03:00
committed by Olaoluwa Osuntokun
parent 7df503575c
commit 1379488e72
3 changed files with 6 additions and 6 deletions

2
lnd.go
View File

@@ -569,7 +569,7 @@ func genMacaroons(svc *bakery.Service, admFile, roFile string) error {
// Generate the read-only macaroon and write it to a file.
roMacaroon, err := macaroons.AddConstraints(admMacaroon,
macaroons.PermissionsConstraint(roPermissions...))
macaroons.AllowConstraint(roPermissions...))
if err != nil {
return err
}