diff --git a/contractcourt/chain_arbitrator.go b/contractcourt/chain_arbitrator.go index 1f7e90b8..aa9a956a 100644 --- a/contractcourt/chain_arbitrator.go +++ b/contractcourt/chain_arbitrator.go @@ -330,6 +330,7 @@ func (c *ChainArbitrator) Start() error { // ChannelArbitrator. for _, channel := range openChannels { chanPoint := channel.FundingOutpoint + channel := channel // First, we'll create an active chainWatcher for this channel // to ensure that we detect any relevant on chain events.