perms: list unspent outputs

This commit is contained in:
Slyghtning 2023-10-25 15:46:06 +02:00
parent eeaf291980
commit ded2526db7
No known key found for this signature in database
GPG key ID: F82D456EA023C9BF

View file

@ -80,6 +80,13 @@ var RequiredPermissions = map[string][]bakery.Op{
Entity: "loop",
Action: "in",
}},
"/looprpc.StaticAddressClient/ListUnspent": {{
Entity: "swap",
Action: "read",
}, {
Entity: "loop",
Action: "in",
}},
"/looprpc.SwapClient/GetLsatTokens": {{
Entity: "auth",
Action: "read",