1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-02-23 22:46:44 +01:00
eclair/eclair-core
Bastien Teinturier d6d60f063f
Fix ChannelUpdate rebroadcast (#1294)
Comparing with the router ActorRef simply didn't work.
The reason is probably because Peers receive the router's supervisor ref
which doesn't match what `self` is inside `Router`.

Checking that the origin was the router felt brittle anyway.
We're now correctly typing the gossip origin.
2020-01-30 15:17:01 +01:00
..
src Fix ChannelUpdate rebroadcast (#1294) 2020-01-30 15:17:01 +01:00
eclair-cli Typed amounts (#1088) 2019-08-07 17:37:38 +02:00
pom.xml Release 0.3.2 (#1177) 2019-10-15 19:26:42 +02:00