File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1182,7 +1182,7 @@ fn two_peer_forwarding_seed() -> Vec<u8> {
1182
1182
1183
1183
// broadcast funding transaction
1184
1184
ext_from_hex ( "0b" , & mut test) ;
1185
- // by now client should have sent a channel_ready (CHECK 4: SendChannelReady to 03020000 for chan 3f000000 )
1185
+ // by now client should have sent a channel_ready (CHECK 4: SendChannelReady to 03020000 for chan 2f000000 )
1186
1186
1187
1187
// inbound read from peer id 1 of len 18
1188
1188
ext_from_hex ( "030112" , & mut test) ;
@@ -1441,7 +1441,7 @@ fn two_peer_forwarding_seed() -> Vec<u8> {
1441
1441
// inbound read from peer id 0 of len 193
1442
1442
ext_from_hex ( "0300c1" , & mut test) ;
1443
1443
// end of update_add_htlc from 0 to 1 via client and mac
1444
- ext_from_hex ( "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff 5300000000000000000000000000000000000000000000000000000000000000 03000000000000000000000000000000" , & mut test) ;
1444
+ ext_from_hex ( "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff 5200000000000000000000000000000000000000000000000000000000000000 03000000000000000000000000000000" , & mut test) ;
1445
1445
1446
1446
// inbound read from peer id 0 of len 18
1447
1447
ext_from_hex ( "030012" , & mut test) ;
You can’t perform that action at this time.
0 commit comments