From df7d0a4da646e58ec5fa7be4fec0db33dbb96af5 Mon Sep 17 00:00:00 2001 From: Arya Date: Fri, 25 Oct 2024 18:49:12 -0400 Subject: [PATCH] updates lwd failure messages (probably doesn't matter, but seems better to handle it now than risk debugging it later) --- zebrad/tests/common/failure_messages.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zebrad/tests/common/failure_messages.rs b/zebrad/tests/common/failure_messages.rs index 2550f2d21cf..6d41ab024bb 100644 --- a/zebrad/tests/common/failure_messages.rs +++ b/zebrad/tests/common/failure_messages.rs @@ -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",