Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
3816: Disable unneeded assertion r=bolt12 a=bolt12 # Description This PR fixes #3778 and #3748. It just disables an unneeded assertion that checks if the peer that is getting promoted is a member of the `KnownPeer` set. The reason this assertion is unneeded is because it is possible to reach that point of the code and the peer is not a member of the set due to race conditions. That's why there's an `if` guard to cover for that case. Co-authored-by: Armando Santos <[email protected]>
- Loading branch information