From 1516310257a1eda3567a6767a63caa0d3c457741 Mon Sep 17 00:00:00 2001 From: Antoni Spaanderman <56turtle56@gmail.com> Date: Sun, 27 Mar 2022 15:54:56 +0200 Subject: [PATCH] channelarbitrator: fix typo in comment [skip ci] --- contractcourt/channel_arbitrator.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contractcourt/channel_arbitrator.go b/contractcourt/channel_arbitrator.go index cefed2750..760ed9c81 100644 --- a/contractcourt/channel_arbitrator.go +++ b/contractcourt/channel_arbitrator.go @@ -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 {