mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-12 14:42:38 +02:00
lnwallet/channel: handle error from sigpool start
This commit is contained in:
@@ -1353,7 +1353,7 @@ func NewLightningChannel(signer Signer, events chainntnfs.ChainNotifier,
|
|||||||
|
|
||||||
// Finally, we'll kick of the signature job pool to handle any upcoming
|
// Finally, we'll kick of the signature job pool to handle any upcoming
|
||||||
// commitment state generation and validation.
|
// commitment state generation and validation.
|
||||||
if lc.sigPool.Start(); err != nil {
|
if err := lc.sigPool.Start(); err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user