Skip to content

Commit ba4021c

Browse files
authored
Merge pull request #8388 from morehouse/fix_fuzz_payload
htlcswitch: update fuzzPayload for route blinding
2 parents 08c18a3 + 0f5ee7c commit ba4021c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

htlcswitch/hop/fuzz_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,10 @@ func hopFromPayload(p *Payload) (*route.Hop, uint64) {
8888
MPP: p.MPP,
8989
AMP: p.AMP,
9090
Metadata: p.metadata,
91+
EncryptedData: p.encryptedData,
92+
BlindingPoint: p.blindingPoint,
9193
CustomRecords: p.customRecords,
94+
TotalAmtMsat: p.totalAmtMsat,
9295
}, p.FwdInfo.NextHop.ToUint64()
9396
}
9497

0 commit comments

Comments
 (0)