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

Fix Build: Get zombie channel count from network info #50

Merged
merged 1 commit into from
Dec 9, 2019

Conversation

carlaKC
Copy link
Contributor

@carlaKC carlaKC commented Dec 9, 2019

docker-compose build is failing with:

# github.com/lightninglabs/lndmon/collectors
../../collectors/graph_collector.go:297:15: resp.NumZombies undefined (type *lnrpc.ChannelGraph has no field or method NumZombies)
ERROR: Service 'lndmon' failed to build: The command '/bin/sh -c cd /go/src/github.com/lightninglabs/lndmon/cmd/lndmon && go build' returned a non-zero code: 2

Probably related to #49, although I didn't check all the way back to v0.7.1 for the proto change so I will get somebody else to reproduce.

Copy link
Member

@Roasbeef Roasbeef left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🏔

We should get up a basic travis build just to catch things like this before merge.

@Roasbeef Roasbeef merged commit 38995c4 into master Dec 9, 2019
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

Successfully merging this pull request may close these issues.

None yet

2 participants