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 960746b commit c1e13edCopy full SHA for c1e13ed
app/src/util/constants.ts
@@ -105,8 +105,10 @@ export const PermissionUriMap: { [key: string]: string[] } = {
105
'/lnrpc.Lightning/SendCoins',
106
'/lnrpc.Lightning/SendMany',
107
'/lnrpc.Lightning/SendPayment',
108
+ '/lnrpc.Lightning/SendPaymentV2',
109
'/lnrpc.Lightning/SendPaymentSync',
110
'/lnrpc.Lightning/SendToRoute',
111
+ '/lnrpc.Lightning/SendToRouteV2',
112
'/lnrpc.Lightning/SendToRouteSync',
113
],
114
receive: [
0 commit comments