Skip to content

Commit

Permalink
Update node/src/exchange/client.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Maciej Zwoliński <mac.zwolinski@gmail.com>
  • Loading branch information
oblique and zvolin authored Sep 15, 2023
1 parent 2e51234 commit 6028936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/src/exchange/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ mod tests {
));
}

/// Expects the highest heigh that was reported by at least 2 peers
/// Expects the highest height that was reported by at least 2 peers
#[tokio::test]
async fn head_best() {
let peer_tracker = peer_tracker_with_n_peers(15);
Expand Down

0 comments on commit 6028936

Please sign in to comment.