mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-30 14:52:26 +02:00
1.4 KiB
1.4 KiB
Release Notes
Bug Fixes
- Fix the removal of failed channels. When a pending channel opening was pruned from memory no more channels were able to be created nor accepted. This PR fixes this issue and enhances the test suite for this behavior.