Skip to content

Commit

Permalink
updates lwd failure messages (probably doesn't matter, but seems bett…
Browse files Browse the repository at this point in the history
…er to handle it now than risk debugging it later)
  • Loading branch information
arya2 committed Oct 25, 2024
1 parent f17b449 commit df7d0a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zebrad/tests/common/failure_messages.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ pub const LIGHTWALLETD_FAILURE_MESSAGES: &[&str] = &[
"error with",
// Block error messages
"error requesting block: 0: Block not found",
// This shouldn't happen unless lwd starts calling getblock with `verbosity = 2`
"error requesting block: 0: block hash or height not found",
"error zcashd getblock rpc",
"received overlong message",
"received unexpected height block",
Expand Down

0 comments on commit df7d0a4

Please sign in to comment.