Merge pull request #8388 from morehouse/fix_fuzz_payload

htlcswitch: update fuzzPayload for route blinding
This commit is contained in:
Oliver Gugger 2024-01-18 09:31:22 -06:00 committed by GitHub
commit ba4021cad9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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()
}