Skip to content

Commit 701c702

Browse files
committed
fix: use correct uri paths
1 parent c1e13ed commit 701c702

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/util/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,10 @@ export const PermissionUriMap: { [key: string]: string[] } = {
105105
'/lnrpc.Lightning/SendCoins',
106106
'/lnrpc.Lightning/SendMany',
107107
'/lnrpc.Lightning/SendPayment',
108-
'/lnrpc.Lightning/SendPaymentV2',
108+
'/routerrpc.Router/SendPaymentV2',
109109
'/lnrpc.Lightning/SendPaymentSync',
110110
'/lnrpc.Lightning/SendToRoute',
111-
'/lnrpc.Lightning/SendToRouteV2',
111+
'/routerrpc.Router/SendToRouteV2',
112112
'/lnrpc.Lightning/SendToRouteSync',
113113
],
114114
receive: [

0 commit comments

Comments
 (0)