mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 01:43:16 +01:00
htlcswitch: update fuzzPayload for route blinding
Route blinding added some new fields to hop.Payload and route.Hop, which we need to copy over to the fuzzPayload tests.
This commit is contained in:
parent
76ae3e457b
commit
0f5ee7cc1e
@ -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