mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-12-12 05:42:25 +01:00
This commit fixes a bug in the openChannelShell function where, instead of properly returning an error when failing to derive the shachain root's private key, nil was returned instead. This would lead to a panic as the channel shell was then referenced further down in the callstack. An error is now properly returned.
7.0 KiB
7.0 KiB