utxonursery: within IncubateOutputs, don't mark channel as fully closed

We no longer need to mark the channel as fully closed as the
ChannelArbitrator for the channel that incubation was requested for
will handle this.
This commit is contained in:
Olaoluwa Osuntokun 2018-01-16 20:30:40 -08:00
parent 24a16b4f49
commit e884da4f03
No known key found for this signature in database
GPG Key ID: 964EA263DD637C21

@ -391,12 +391,6 @@ func (u *utxoNursery) IncubateOutputs(
}
// If there are no outputs to incubate for this channel, we simply mark
// the channel as fully closed.
if commOutput == nil && len(htlcOutputs) == 0 {
utxnLog.Infof("Channel(%s) has no outputs to incubate, "+
"marking fully closed.", &closeSummary.ChanPoint)
return u.cfg.DB.MarkChanFullyClosed(&closeSummary.ChanPoint)
}
utxnLog.Infof("Incubating Channel(%s) has-commit=%v, num-htlcs=%d",