mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 01:36:24 +01:00
contractcourt/chain_arbitrator: remove CloseChannel method from ChannelArbitrator config
This commit is contained in:
parent
5f1da5b5f4
commit
84f06959f3
1 changed files with 2 additions and 8 deletions
|
@ -232,14 +232,8 @@ func newActiveChannelArbitrator(channel *channeldb.OpenChannel,
|
|||
return chanMachine.ForceClose()
|
||||
},
|
||||
MarkCommitmentBroadcasted: channel.MarkCommitmentBroadcasted,
|
||||
CloseChannel: func(summary *channeldb.ChannelCloseSummary) error {
|
||||
log.Tracef("ChannelArbitrator(%v): closing "+
|
||||
"channel", chanPoint)
|
||||
|
||||
return channel.CloseChannel(summary)
|
||||
},
|
||||
ChainArbitratorConfig: c.cfg,
|
||||
ChainEvents: chanEvents,
|
||||
ChainArbitratorConfig: c.cfg,
|
||||
ChainEvents: chanEvents,
|
||||
}
|
||||
|
||||
// The final component needed is an arbitrator log that the arbitrator
|
||||
|
|
Loading…
Add table
Reference in a new issue