You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Alters NewLndChallenger so that it takes challenger.InvoiceClient in
as a parameter. (This is useful in the case of using NewLndChallenger
in the lnd watchtower project, to avoid having to import lndclient,
which leads to an import cycle.)
- Also deletes the AuthConfig parameter. Since we now pass the LND
client directly into the function, the AuthConfig parameter is no
longer needed.
0 commit comments