Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make cluster serialization support unknown messages (#2938)
The codec that we were using to serialize `LightningMessage`s in the eclair cluster didn't support `UnknownMessage`. This resulted in those messages being dropped by the front and never reaching the backend node.
- Loading branch information