mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 14:22:37 +01:00
Merge pull request #8388 from morehouse/fix_fuzz_payload
htlcswitch: update fuzzPayload for route blinding
This commit is contained in:
commit
ba4021cad9
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue