Skip to content

Commit

Permalink
Merge pull request lightningnetwork#6365 from antonilol/some_typos
Browse files Browse the repository at this point in the history
fix some typos
  • Loading branch information
guggero authored Mar 28, 2022
2 parents dceb101 + 1516310 commit 6e2214f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contractcourt/channel_arbitrator.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 6e2214f

Please sign in to comment.