Browse Source
(related to prev commit, but really another bug)
If we had two peers with the same pubkey (peer A in the process of teardown, peer B ~freshly connected),
peer A might remove peer B from lnworker.peers via close_and_cleanup().
rm `close_and_cleanup()` call from reestablish_channel - it was added
as a workaround for this bug (in 8b95b2127d
)
before we understood the cause.
patch-4
SomberNight
4 years ago
2 changed files with 6 additions and 2 deletions
Loading…
Reference in new issue