mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 06:35:07 +01:00
htlcswitch/test: do not set amount and cltv for blinded test cases
This commit is contained in:
parent
a75bc13230
commit
2f8587341a
1 changed files with 0 additions and 8 deletions
|
@ -231,10 +231,6 @@ var decodePayloadTests = []decodePayloadTest{
|
|||
{
|
||||
name: "intermediate hop with encrypted data",
|
||||
payload: []byte{
|
||||
// amount
|
||||
0x02, 0x00,
|
||||
// cltv
|
||||
0x04, 0x00,
|
||||
// encrypted data
|
||||
0x0a, 0x03, 0x03, 0x02, 0x01,
|
||||
},
|
||||
|
@ -243,10 +239,6 @@ var decodePayloadTests = []decodePayloadTest{
|
|||
{
|
||||
name: "intermediate hop with blinding point",
|
||||
payload: append([]byte{
|
||||
// amount
|
||||
0x02, 0x00,
|
||||
// cltv
|
||||
0x04, 0x00,
|
||||
// encrypted data
|
||||
0x0a, 0x03, 0x03, 0x02, 0x01,
|
||||
// blinding point (type / length)
|
||||
|
|
Loading…
Add table
Reference in a new issue