mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-20 13:04:28 +02:00
channelarbitrator: fix typo in comment [skip ci]
This commit is contained in:
@@ -1577,7 +1577,7 @@ func (c *ChannelArbitrator) checkCommitChainActions(height uint32,
|
|||||||
for _, htlc := range htlcs.incomingHTLCs {
|
for _, htlc := range htlcs.incomingHTLCs {
|
||||||
// We'll need to go on-chain to pull an incoming HTLC iff we
|
// 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
|
// 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.
|
// on-chain.
|
||||||
preimageAvailable, err := c.isPreimageAvailable(htlc.RHash)
|
preimageAvailable, err := c.isPreimageAvailable(htlc.RHash)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Reference in New Issue
Block a user