mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-20 02:27:51 +01:00
6dbd99ddc6
There was a race condition that would cause an assertion to segfault if a call to release_peer was interleaved with a fail_peer. The release_peer was making the peer non-local, which was then causing the assertion in fail_peer to fail. Now we just have 3 cases: not found, local, and non-local. Signed-off-by: Christian Decker <decker.christian@gmail.com> |
||
---|---|---|
.. | ||
gossip_wire.csv | ||
gossip.c | ||
Makefile |