Skip to content

Commit

Permalink
docs(peer_loop): fix log-msg for batch-response
Browse files Browse the repository at this point in the history
  • Loading branch information
Sword-Smith committed Jan 13, 2025
1 parent 651bb5b commit 983a06f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/peer_loop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ impl PeerLoopHandler {
let most_canonical_own_block_match: Block = match most_canonical_own_block_match {
Some(block) => block,
None => {
warn!("Got batch reponse with invalid start height");
warn!("Got batch reponse with invalid start block");
self.punish(NegativePeerSanction::BatchBlocksInvalidStartHeight)
.await?;
return Ok(KEEP_CONNECTION_ALIVE);
Expand Down

0 comments on commit 983a06f

Please sign in to comment.