-
Notifications
You must be signed in to change notification settings - Fork 44
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
feat(lnd): wait for macaroon after InitWallet #1769
Conversation
Follow-up to #1765 ? A better description why this is needed would be helpful I think. |
This waits for the admin.macaroon to be created after calling InitWallet.
Yes, I had meant to reference this comment: #1765 (comment)
This makes loading/waiting for the admin.macaroon file part of the |
98b4b06
to
e983be0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Above
Do we still want this one since there is a conflict with how xud-docker handles the |
Do we still want this? |
I think it probably makes sense to close - as it stands it doesn't seem there isn't a need for it and clearly there's some issue with my implementation as-is and it's not clear to me what it is. The general idea still makes sense to me, though (that we should wait for the macaroon to be created by lnd before we move along with making calls to lnd). In case we face any issues regarding lnd macaroon creation I figure we can revisit this, but it's probably not worth the attention right now. |
This waits for the admin.macaroon to be created after calling InitWallet.