chore: fix some problematic method name in comment

Signed-off-by: thirdkeyword <fliterdashen@gmail.com>
This commit is contained in:
thirdkeyword
2024-11-28 17:07:18 +08:00
parent 1ebdefb943
commit 4c844bfb77
3 changed files with 5 additions and 5 deletions

View File

@@ -119,7 +119,7 @@ func (p *preimageBeacon) SubscribeUpdates(
return sub, nil
}
// LookupPreImage attempts to lookup a preimage in the global cache. True is
// LookupPreimage attempts to lookup a preimage in the global cache. True is
// returned for the second argument if the preimage is found.
func (p *preimageBeacon) LookupPreimage(
payHash lntypes.Hash) (lntypes.Preimage, bool) {