Commit 05e7a63
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.1 parent dcb7047 commit 05e7a63
File tree
1 file changed
+2
-2
lines changed- eclair-core/src/main/scala/fr/acinq/eclair/remote
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
0 commit comments