Skip to content
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

Closed
PaulCapestany opened this issue Jan 18, 2016 · 1 comment

Comments

@PaulCapestany
Copy link
Contributor

Not a big deal, but figured I might as well post this issue.

Currently the uspv package has these build errors:

uspv/eight333.go:21: undefined: wire.TestNetL
uspv/eight333.go:26: undefined: chaincfg.TestNetLParams

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 the too many errors flavor of error in lnstate

@Roasbeef
Copy link
Member

Thanks! I've fixed the build errors with these three commits.

We'll have an automated travis-ci build-bot linked to the repo up soon.

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.
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
bjarnemagnussen added a commit to LN-Zap/lnd that referenced this issue Jun 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants