Merge pull request from antonilol/some_typos

fix some typos
This commit is contained in:
Oliver Gugger 2022-03-28 09:23:43 +02:00 committed by GitHub
commit 6e2214fd0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1577,7 +1577,7 @@ func (c *ChannelArbitrator) checkCommitChainActions(height uint32,
for _, htlc := range htlcs.incomingHTLCs {
// We'll need to go on-chain to pull an incoming HTLC iff we
// know the pre-image and it's close to timing out. We need to
// ensure that we claim the funds that our rightfully ours
// ensure that we claim the funds that are rightfully ours
// on-chain.
preimageAvailable, err := c.isPreimageAvailable(htlc.RHash)
if err != nil {