We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1e13ed commit 701c702Copy full SHA for 701c702
app/src/util/constants.ts
@@ -105,10 +105,10 @@ export const PermissionUriMap: { [key: string]: string[] } = {
105
'/lnrpc.Lightning/SendCoins',
106
'/lnrpc.Lightning/SendMany',
107
'/lnrpc.Lightning/SendPayment',
108
- '/lnrpc.Lightning/SendPaymentV2',
+ '/routerrpc.Router/SendPaymentV2',
109
'/lnrpc.Lightning/SendPaymentSync',
110
'/lnrpc.Lightning/SendToRoute',
111
- '/lnrpc.Lightning/SendToRouteV2',
+ '/routerrpc.Router/SendToRouteV2',
112
'/lnrpc.Lightning/SendToRouteSync',
113
],
114
receive: [
0 commit comments