mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 14:22:37 +01:00
lnwallet/channel: remove unused method DeleteState
This commit is contained in:
parent
95293f5102
commit
7cd783d7bb
1 changed files with 0 additions and 7 deletions
|
@ -5580,13 +5580,6 @@ func (lc *LightningChannel) CompleteCooperativeClose(localSig, remoteSig []byte,
|
|||
return closeTx, ourBalance, nil
|
||||
}
|
||||
|
||||
// DeleteState deletes all state concerning the channel from the underlying
|
||||
// database, only leaving a small summary describing metadata of the
|
||||
// channel's lifetime.
|
||||
func (lc *LightningChannel) DeleteState(c *channeldb.ChannelCloseSummary) error {
|
||||
return lc.channelState.CloseChannel(c)
|
||||
}
|
||||
|
||||
// AvailableBalance returns the current available balance within the channel.
|
||||
// By available balance, we mean that if at this very instance s new commitment
|
||||
// were to be created which evals all the log entries, what would our available
|
||||
|
|
Loading…
Add table
Reference in a new issue