@@ -1067,7 +1067,7 @@ fn two_peer_forwarding_seed() -> Vec<u8> {
10671067 // inbound read from peer id 0 of len 32
10681068 ext_from_hex ( "030020" , & mut test) ;
10691069 // init message (type 16) with static_remotekey required, no anchors/taproot, and other bits optional and mac
1070- ext_from_hex ( "0010 00021aaa 0008aaa218aa2a0a9aaa 03000000000000000000000000000000" , & mut test) ;
1070+ ext_from_hex ( "0010 00021aaa 0008aaa210aa2a0a9aaa 03000000000000000000000000000000" , & mut test) ;
10711071
10721072 // inbound read from peer id 0 of len 18
10731073 ext_from_hex ( "030012" , & mut test) ;
@@ -1168,7 +1168,7 @@ fn two_peer_forwarding_seed() -> Vec<u8> {
11681168 // inbound read from peer id 1 of len 32
11691169 ext_from_hex ( "030120" , & mut test) ;
11701170 // init message (type 16) with static_remotekey required, no anchors/taproot, and other bits optional and mac
1171- ext_from_hex ( "0010 00021aaa 0008aaa218aa2a0a9aaa 01000000000000000000000000000000" , & mut test) ;
1171+ ext_from_hex ( "0010 00021aaa 0008aaa210aa2a0a9aaa 01000000000000000000000000000000" , & mut test) ;
11721172
11731173 // create outbound channel to peer 1 for 50k sat
11741174 ext_from_hex (
@@ -1582,8 +1582,8 @@ fn gossip_exchange_seed() -> Vec<u8> {
15821582 ext_from_hex ( "0010 03000000000000000000000000000000" , & mut test) ;
15831583 // inbound read from peer id 0 of len 32
15841584 ext_from_hex ( "030020" , & mut test) ;
1585- // init message (type 16) with static_remotekey required, no channel_type/ anchors/taproot, and other bits optional and mac
1586- ext_from_hex ( "0010 00021aaa 0008aaa218aa2a0a9aaa 03000000000000000000000000000000" , & mut test) ;
1585+ // init message (type 16) with static_remotekey required, no anchors/taproot, and other bits optional and mac
1586+ ext_from_hex ( "0010 00021aaa 0008aaa210aa2a0a9aaa 03000000000000000000000000000000" , & mut test) ;
15871587
15881588 // new inbound connection with id 1
15891589 ext_from_hex ( "01" , & mut test) ;
@@ -1602,8 +1602,8 @@ fn gossip_exchange_seed() -> Vec<u8> {
16021602 ext_from_hex ( "0010 01000000000000000000000000000000" , & mut test) ;
16031603 // inbound read from peer id 1 of len 32
16041604 ext_from_hex ( "030120" , & mut test) ;
1605- // init message (type 16) with static_remotekey required, no channel_type/ anchors/taproot, and other bits optional and mac
1606- ext_from_hex ( "0010 00021aaa 0008aaa218aa2a0a9aaa 01000000000000000000000000000000" , & mut test) ;
1605+ // init message (type 16) with static_remotekey required, no anchors/taproot, and other bits optional and mac
1606+ ext_from_hex ( "0010 00021aaa 0008aaa210aa2a0a9aaa 01000000000000000000000000000000" , & mut test) ;
16071607
16081608 // inbound read from peer id 0 of len 18
16091609 ext_from_hex ( "030012" , & mut test) ;
0 commit comments