contractcourt: fix typos [skip ci]

This commit is contained in:
Carsten Otto
2021-12-31 16:18:19 +01:00
parent 5d9b59ac5a
commit 0fc6bd8e12

View File

@ -1815,7 +1815,7 @@ func (c *ChannelArbitrator) checkRemoteChainActions(
return nil, err
}
// With this actions computed, we'll now check the diff of the HTLCs on
// With these actions computed, we'll now check the diff of the HTLCs on
// the commitments, and cancel back any that are on the pending but not
// the non-pending.
remoteDiffActions := c.checkRemoteDiffActions(
@ -1886,7 +1886,7 @@ func (c *ChannelArbitrator) constructChainActions(confCommitSet *CommitSet,
return c.log.FetchChainActions()
}
// Otherwise we have the full commitment set written to disk, and can
// Otherwise, we have the full commitment set written to disk, and can
// proceed as normal.
htlcSets := confCommitSet.toActiveHTLCSets()
switch *confCommitSet.ConfCommitKey {