Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
oblique committed Sep 15, 2023
1 parent 90c3d70 commit 096b508
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node/src/exchange/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,7 @@ mod tests {
let expected = gen_header_response(5);
let expected_header = expected.to_extended_header().unwrap();

// all headers have height = 5 but different hash
mock_req.send_n_responses(&mut handler, 1, vec![gen_header_response(5)]);
mock_req.send_n_responses(&mut handler, 2, vec![gen_header_response(5)]);
mock_req.send_n_responses(&mut handler, 1, vec![gen_header_response(5)]);
Expand Down

0 comments on commit 096b508

Please sign in to comment.