mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
lnrpc: fix perms for InstantOut
This commit is contained in:
parent
e0e1da5551
commit
1d7fda95ae
1 changed files with 3 additions and 0 deletions
|
|
@ -181,6 +181,9 @@ var RequiredPermissions = map[string][]bakery.Op{
|
|||
"/looprpc.SwapClient/InstantOut": {{
|
||||
Entity: "swap",
|
||||
Action: "execute",
|
||||
}, {
|
||||
Entity: "loop",
|
||||
Action: "out",
|
||||
}},
|
||||
"/looprpc.SwapClient/InstantOutQuote": {{
|
||||
Entity: "swap",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue