You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like the the channeld subdaemons died while we were adding an HTLC, causing all dependent allocations to be freed, triggering the destructor to be called. We usually start a transaction when processing an event, however it seems in this case, going through the tal-chain we aren't.
Is there a good way to hook into the close event so we can wrap the cascade in a transaction as well? The alternative is to have a tiny wrapper around the destructor that just starts the DB transaction and commits it.
Issue and Steps to Reproduce
The text was updated successfully, but these errors were encountered: