contractcourt/channel_arbitrator: remove unused CloseChannel method from config
This commit is contained in:
parent
bd4e717971
commit
5f1da5b5f4
@ -93,12 +93,6 @@ type ChannelArbitratorConfig struct {
|
|||||||
// being broadcast, and we are waiting for the commitment to confirm.
|
// being broadcast, and we are waiting for the commitment to confirm.
|
||||||
MarkCommitmentBroadcasted func() error
|
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
|
// MarkChannelResolved is a function closure that serves to mark a
|
||||||
// channel as "fully resolved". A channel itself can be considered
|
// channel as "fully resolved". A channel itself can be considered
|
||||||
// fully resolved once all active contracts have individually been
|
// fully resolved once all active contracts have individually been
|
||||||
|
Loading…
Reference in New Issue
Block a user