Skip to content

Commit

Permalink
upddate doc
Browse files Browse the repository at this point in the history
Co-authored-by: Deirdre Connolly <[email protected]>
  • Loading branch information
oxarbitrage and dconnolly authored Apr 13, 2023
1 parent 0f91833 commit 0458124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebrad/src/application.rs
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ impl Application for ZebradApp {
return false;
}

// Don't ask users to create bug reports for timeouts, duplicate blocks,
// Don't ask users to create bug reports for known timeouts, duplicate blocks,
// full disks, or updated binaries.
let error_str = error.to_string();
!error_str.contains("timed out")
Expand Down

0 comments on commit 0458124

Please sign in to comment.