@@ -1067,7 +1067,7 @@ fn two_peer_forwarding_seed() -> Vec<u8> {
1067
1067
// inbound read from peer id 0 of len 32
1068
1068
ext_from_hex ( "030020" , & mut test) ;
1069
1069
// 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) ;
1071
1071
1072
1072
// inbound read from peer id 0 of len 18
1073
1073
ext_from_hex ( "030012" , & mut test) ;
@@ -1168,7 +1168,7 @@ fn two_peer_forwarding_seed() -> Vec<u8> {
1168
1168
// inbound read from peer id 1 of len 32
1169
1169
ext_from_hex ( "030120" , & mut test) ;
1170
1170
// 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) ;
1172
1172
1173
1173
// create outbound channel to peer 1 for 50k sat
1174
1174
ext_from_hex (
@@ -1582,8 +1582,8 @@ fn gossip_exchange_seed() -> Vec<u8> {
1582
1582
ext_from_hex ( "0010 03000000000000000000000000000000" , & mut test) ;
1583
1583
// inbound read from peer id 0 of len 32
1584
1584
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) ;
1587
1587
1588
1588
// new inbound connection with id 1
1589
1589
ext_from_hex ( "01" , & mut test) ;
@@ -1602,8 +1602,8 @@ fn gossip_exchange_seed() -> Vec<u8> {
1602
1602
ext_from_hex ( "0010 01000000000000000000000000000000" , & mut test) ;
1603
1603
// inbound read from peer id 1 of len 32
1604
1604
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) ;
1607
1607
1608
1608
// inbound read from peer id 0 of len 18
1609
1609
ext_from_hex ( "030012" , & mut test) ;
0 commit comments