mirror of
https://github.com/ACINQ/eclair.git
synced 2025-02-24 22:58:23 +01:00
Actor names cannot conflict. Even though blockchain watchdog actors stop themselves after fetching block data, when blocks are found in a short interval, we may end up with multiple actors of the same type simultaneously alive, so we need them to have unique names. The blockcount isn't sufficient to make their names unique because forks can happen. Fixes #1665 |
||
---|---|---|
.. | ||
src | ||
eclair-cli | ||
pom.xml |