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