lnrpc: fix perms for InstantOut

This commit is contained in:
Slyghtning 2026-05-29 13:03:15 +02:00
parent e0e1da5551
commit 1d7fda95ae
No known key found for this signature in database
GPG key ID: F82D456EA023C9BF

View file

@ -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",