Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gossmap: delete channels from map when deleted from store
This addresses a crash where a deleted channel is added to the txout_failures map, and temporarily ignored, but a reference is still kept in the gossmap. When the channel expires fromt the txout_failures map, it is once again looked up in the gossmap, leading to a crash while accessing a deleted entry. Fixes ElementsProject#7689 Changelog-Fixed: Fixes a crash in gossipd accessing a deleted channel.
- Loading branch information