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

lightningd: don't re-enter transaction if we have to call plugin_exclusive_loop #6812

Merged

Conversation

rustyrussell
Copy link
Contributor

Already in transaction from lightningd/plugin.c:727

There are two callers, and one didn't disable transactions, so do it in plugin_exclusive_loop.

…usive_loop.

```
Already in transaction from lightningd/plugin.c:727
```

There are two callers, and one didn't disable transactions, so do it in plugin_exclusive_loop.

Signed-off-by: Rusty Russell <[email protected]>
@rustyrussell rustyrussell added this to the v23.11 milestone Oct 24, 2023
Copy link
Contributor

@vincenzopalazzo vincenzopalazzo left a comment

Choose a reason for hiding this comment

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

ACK c3d9023

@vincenzopalazzo vincenzopalazzo merged commit 9c5e364 into ElementsProject:master Oct 25, 2023
38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants