mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-09 12:48:06 +02:00
lnwallet: change channelDispute to channelClosed so errors are handled
This commit is contained in:
parent
7d74165296
commit
4e6b1cda49
@ -7595,7 +7595,7 @@ func (lc *LightningChannel) ForceClose() (*LocalForceCloseSummary, error) {
|
||||
|
||||
// Set the channel state to indicate that the channel is now in a
|
||||
// contested state.
|
||||
lc.status = channelDispute
|
||||
lc.status = channelClosed
|
||||
|
||||
return summary, nil
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user