Skip to content

Commit

Permalink
Merge pull request #695 from secondl1ght/master
Browse files Browse the repository at this point in the history
fix: add new v2 methods to custom permissions
  • Loading branch information
jamaljsr authored Dec 19, 2023
2 parents 960746b + 701c702 commit 2fa30f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/util/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,10 @@ export const PermissionUriMap: { [key: string]: string[] } = {
'/lnrpc.Lightning/SendCoins',
'/lnrpc.Lightning/SendMany',
'/lnrpc.Lightning/SendPayment',
'/routerrpc.Router/SendPaymentV2',
'/lnrpc.Lightning/SendPaymentSync',
'/lnrpc.Lightning/SendToRoute',
'/routerrpc.Router/SendToRouteV2',
'/lnrpc.Lightning/SendToRouteSync',
],
receive: [
Expand Down

0 comments on commit 2fa30f5

Please sign in to comment.