diff --git a/contractcourt/channel_arbitrator.go b/contractcourt/channel_arbitrator.go index 33b3385d27..202c5d1388 100644 --- a/contractcourt/channel_arbitrator.go +++ b/contractcourt/channel_arbitrator.go @@ -731,13 +731,14 @@ func (c *ChannelArbitrator) relaunchResolvers(commitSet *CommitSet, if chanState != nil { resolver.SupplementState(chanState) - } - // For taproot channels, we'll need to also make sure the - // control block information was set properly. - maybeAugmentTaprootResolvers( - chanState.ChanType, resolver, contractResolutions, - ) + // For taproot channels, we'll need to also make sure + // the control block information was set properly. + maybeAugmentTaprootResolvers( + chanState.ChanType, resolver, + contractResolutions, + ) + } unresolvedContracts[i] = resolver