lnwallet: correct fetchParent godoc

This commit is contained in:
nsa 2020-07-09 16:11:59 -04:00
parent 73757eb84d
commit 3ec081af84

View File

@ -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) {