mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 06:35:07 +01:00
lnwallet: change channelDispute to channelClosed so errors are handled
This commit is contained in:
parent
7d74165296
commit
4e6b1cda49
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue