-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Permissions error on some methods #60
Permissions error on some methods #60
Comments
Was able to recreate on mainnet |
Hitting the same issue with Update: invoices routes seem to be affected too
|
So far, I'm using without issue :
|
cool yeah. looks like currently only LND's main server perms are added to the macaroon. Will need to make a change in LND to export those perms and then add them to the baked macaroon on the Litd side. Will start on this tomorrow 👍 |
Hey ! Having issue with permissions ?
I did use an
Admin
session on LIT, some methods are working as intended (likelnc.lnd.lightning.sendPaymentSync
) and other not likelnc.lnd.router.sendPaymentV2
orlnc.lnd.signer.signMessage
All of this on my dev setup, bitcoin is on regtest.
Framework:
vue3@latest
Bundler:
vite@latest
LNC version :
0.1.11-alpha.1
LND version
0.15.0-beta
LIT version
0.7.1-alpha
Browser logs
Browser logs (lnc.lnd.signer.signMessage)
The text was updated successfully, but these errors were encountered: