contractcourt/channel_arbitrator: remove unused CloseChannel method from config

This commit is contained in:
Johan T. Halseth 2018-04-03 14:53:18 +02:00
parent bd4e717971
commit 5f1da5b5f4
No known key found for this signature in database
GPG Key ID: 15BAADA29DA20D26

View File

@ -93,12 +93,6 @@ type ChannelArbitratorConfig struct {
// being broadcast, and we are waiting for the commitment to confirm.
MarkCommitmentBroadcasted func() error
// CloseChannel is a function closure that marks a channel under watch
// as "closing". In this phase, we will no longer accept any updates to
// the channel as the commitment transaction has been broadcast, and
// possibly fully confirmed.
CloseChannel func(*channeldb.ChannelCloseSummary) error
// MarkChannelResolved is a function closure that serves to mark a
// channel as "fully resolved". A channel itself can be considered
// fully resolved once all active contracts have individually been