mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 01:43:16 +01:00
Merge pull request #8388 from morehouse/fix_fuzz_payload
htlcswitch: update fuzzPayload for route blinding
This commit is contained in:
commit
ba4021cad9
@ -88,7 +88,10 @@ func hopFromPayload(p *Payload) (*route.Hop, uint64) {
|
||||
MPP: p.MPP,
|
||||
AMP: p.AMP,
|
||||
Metadata: p.metadata,
|
||||
EncryptedData: p.encryptedData,
|
||||
BlindingPoint: p.blindingPoint,
|
||||
CustomRecords: p.customRecords,
|
||||
TotalAmtMsat: p.totalAmtMsat,
|
||||
}, p.FwdInfo.NextHop.ToUint64()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user