-
Notifications
You must be signed in to change notification settings - Fork 47
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
mod: update lndclient to use new SignOutputRaw #352
Conversation
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.
Nice, LGTM 🎉
github.com/lightninglabs/aperture v0.1.17-beta.0.20220325093943-42b9d4c1be7f | ||
github.com/lightninglabs/lndclient v0.15.0-0 | ||
github.com/lightninglabs/aperture v0.1.17-beta.0.20220328072456-4a2632d0be38 | ||
github.com/lightninglabs/lndclient v1.0.1-0.20220328143152-e7bebec99366 |
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.
This has a tag now: v0.15.0-1
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.
I tried it before. I am not sure if I screwed up with the git tags, but if I use the v0.15.0-1
I get
➜ pool git:(signoutputraw) go mod tidy
go: finding module for package github.com/btcsuite/btcd/btcec
github.com/lightninglabs/pool imports
github.com/lightninglabs/lndclient imports
github.com/btcsuite/btcd/btcec: module github.com/btcsuite/btcd@latest found (v0.18.1), but does not contain package github.com/btcsuite/btcd/btcec
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.
Okay, there was something very weird with that tag... Created a new one (v0.15.0-2
) and it seems to work now.
Next steps:
|
We are not using taproot txs yet so we can just leave the new param to
nil