diff --git a/htlcswitch/hop/payload_test.go b/htlcswitch/hop/payload_test.go index 594b98bc5..d52b056c7 100644 --- a/htlcswitch/hop/payload_test.go +++ b/htlcswitch/hop/payload_test.go @@ -168,7 +168,15 @@ var decodePayloadTests = []decodePayloadTest{ { name: "required type in custom range", isFinalHop: false, - payload: []byte{0x02, 0x00, 0x04, 0x00, + payload: []byte{ + // amount + 0x02, 0x00, + // cltv + 0x04, 0x00, + // next hop id + 0x06, 0x08, + 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + // custom 0xfe, 0x00, 0x01, 0x00, 0x00, 0x02, 0x10, 0x11, }, expCustomRecords: map[uint64][]byte{