lnwallet/channel: remove unused method DeleteState

This commit is contained in:
Johan T. Halseth 2018-05-15 15:15:42 +02:00
parent 95293f5102
commit 7cd783d7bb
No known key found for this signature in database
GPG Key ID: 15BAADA29DA20D26

@ -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