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

@@ -79,7 +79,7 @@ type WitnessBeacon interface {
payload *hop.Payload,
nextHopOnionBlob []byte) (*WitnessSubscription, error)
// LookupPreImage attempts to lookup a preimage in the global cache.
// LookupPreimage attempts to lookup a preimage in the global cache.
// True is returned for the second argument if the preimage is found.
LookupPreimage(payhash lntypes.Hash) (lntypes.Preimage, bool)