From 3ec081af84d703dd3147efb79fe7bff042644588 Mon Sep 17 00:00:00 2001 From: nsa Date: Thu, 9 Jul 2020 16:11:59 -0400 Subject: [PATCH] lnwallet: correct fetchParent godoc --- lnwallet/channel.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnwallet/channel.go b/lnwallet/channel.go index ba075a54..7c6a861c 100644 --- a/lnwallet/channel.go +++ b/lnwallet/channel.go @@ -2617,7 +2617,7 @@ func (lc *LightningChannel) evaluateHTLCView(view *htlcView, ourBalance, return newView, nil } -// getFetchParent is a helper that looks up update log parent entries in the +// fetchParent is a helper that looks up update log parent entries in the // appropriate log. func (lc *LightningChannel) fetchParent(entry *PaymentDescriptor, remoteChain, remoteLog bool) (*PaymentDescriptor, error) {