mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-06 17:47:01 +02:00
Merge pull request #9319 from thirdkeyword/master
chore: fix some problematic method name in comment
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user