mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
perms: static address creation permission
This commit is contained in:
parent
40c731f654
commit
14810b7e6d
1 changed files with 7 additions and 0 deletions
|
|
@ -73,6 +73,13 @@ var RequiredPermissions = map[string][]bakery.Op{
|
|||
Entity: "auth",
|
||||
Action: "read",
|
||||
}},
|
||||
"/looprpc.StaticAddressClient/NewAddress": {{
|
||||
Entity: "swap",
|
||||
Action: "read",
|
||||
}, {
|
||||
Entity: "loop",
|
||||
Action: "in",
|
||||
}},
|
||||
"/looprpc.SwapClient/GetLsatTokens": {{
|
||||
Entity: "auth",
|
||||
Action: "read",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue