Skip to content

Commit

Permalink
fix: use correct uri paths
Browse files Browse the repository at this point in the history
  • Loading branch information
secondl1ght committed Dec 18, 2023
1 parent c1e13ed commit 701c702
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/util/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ export const PermissionUriMap: { [key: string]: string[] } = {
'/lnrpc.Lightning/SendCoins',
'/lnrpc.Lightning/SendMany',
'/lnrpc.Lightning/SendPayment',
'/lnrpc.Lightning/SendPaymentV2',
'/routerrpc.Router/SendPaymentV2',
'/lnrpc.Lightning/SendPaymentSync',
'/lnrpc.Lightning/SendToRoute',
'/lnrpc.Lightning/SendToRouteV2',
'/routerrpc.Router/SendToRouteV2',
'/lnrpc.Lightning/SendToRouteSync',
],
receive: [
Expand Down

0 comments on commit 701c702

Please sign in to comment.