Commit 1e6c0c4
committed
make cluster serialization support unknown messages
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 4ca8ea0 commit 1e6c0c4
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