From 5f1da5b5f4813bda02824a3923485271fdfd2c6c Mon Sep 17 00:00:00 2001 From: "Johan T. Halseth" Date: Tue, 3 Apr 2018 14:53:18 +0200 Subject: [PATCH] contractcourt/channel_arbitrator: remove unused CloseChannel method from config --- contractcourt/channel_arbitrator.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/contractcourt/channel_arbitrator.go b/contractcourt/channel_arbitrator.go index c1d37093..47448e0f 100644 --- a/contractcourt/channel_arbitrator.go +++ b/contractcourt/channel_arbitrator.go @@ -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