-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Allow for error-free build via go github.com/lightningnetwork/lnd/...
#4
Comments
andrewshvv
added a commit
to andrewshvv/lnd
that referenced
this issue
May 4, 2017
Step lightningnetwork#4 in making htlcManager (aka channelLink) testable: This step consist of two: 1. Start using the hop iterator abstraction, the concrete implementation of which will be added later, basically it will we the same sphinx onion packet processor, but wrapped in hop iterator abstraction. 2. The RevokAndAck processing part have been replaced by the "processLockedInHtlcs" function which implement the same logic, but make it a bit simpler. Such changes will allow as to get rid of the the unnecessary variables.
Closed
Closed
evgeniy-scherbina
pushed a commit
to LightningPeach/lnd
that referenced
this issue
Jun 21, 2019
* Reject peer's attempt to pay for settled invoice
bjarnemagnussen
added a commit
to LN-Zap/lnd
that referenced
this issue
Jun 11, 2021
Add output script and amount to return values when polling via RPC GetTransactions and SubscribeTransactions
bjarnemagnussen
added a commit
to LN-Zap/lnd
that referenced
this issue
Jun 11, 2021
This reverts commit df6a916.
bjarnemagnussen
added a commit
to LN-Zap/lnd
that referenced
this issue
Jun 11, 2021
Revert "Merge pull request lightningnetwork#4 from LN-Zap/fix-2396"
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not a big deal, but figured I might as well post this issue.
Currently the
uspv
package has these build errors:Other than that, only other package build issues I think others would run into when trying to do a
go get
of the.../...
variety is thetoo many errors
flavor of error inlnstate
The text was updated successfully, but these errors were encountered: