1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-02-24 22:58:23 +01:00
eclair/eclair-core
Bastien Teinturier 629c2e69ca
Fix rare race conditions in integration tests (#1653)
When a channel goes to the CLOSED state, the actor will stop itself.

We were previously sending messages to the actor asking for its state,
which returns a failure when the actor is stopped. We can simply listen
to state events to safely get the same result.
2021-01-06 18:38:18 +01:00
..
src Fix rare race conditions in integration tests (#1653) 2021-01-06 18:38:18 +01:00
eclair-cli Update allnodes API (#1468) 2020-06-23 15:28:48 +02:00
pom.xml Set version to 0.5.1-SNAPSHOT (#1651) 2020-12-18 16:24:32 +01:00