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

Ensure channel monitor shuts down when transfer complete #171

Merged
merged 1 commit into from Mar 23, 2021

Conversation

dirkmc
Copy link
Contributor

@dirkmc dirkmc commented Mar 23, 2021

The channel monitor was attempting to shut itself down when the transfer completes, but the map containing all the channel monitors was referencing the wrong pointer.
This PR changes the channel monitors map to be keyed by channel ID instead.

@dirkmc dirkmc requested a review from nonsense March 23, 2021 16:42
@dirkmc dirkmc merged commit b1a43bd into master Mar 23, 2021
@dirkmc dirkmc deleted the fix/channel-mon-shutdown branch March 23, 2021 16:48
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