mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-01 18:50:09 +02:00
This commit fixes a bug caused by overriding the prefix key for storing commitment keys with the first few bytes of a channel’s channel point. Once a channel was deleted, then all future channels would result in a panic due to a nil pointer deference since the prefix key was mutated, causing all future stores/gets to fail.