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> {
11821182
11831183 // broadcast funding transaction
11841184 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 )
11861186
11871187 // inbound read from peer id 1 of len 18
11881188 ext_from_hex ( "030112" , & mut test) ;
@@ -1441,7 +1441,7 @@ fn two_peer_forwarding_seed() -> Vec<u8> {
14411441 // inbound read from peer id 0 of len 193
14421442 ext_from_hex ( "0300c1" , & mut test) ;
14431443 // 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) ;
14451445
14461446 // inbound read from peer id 0 of len 18
14471447 ext_from_hex ( "030012" , & mut test) ;
You can’t perform that action at this time.
0 commit comments