From c21921af1b89fc4d848de73dff4f46f4f0c9d5d3 Mon Sep 17 00:00:00 2001 From: Kirill Fomichev Date: Sun, 16 Jan 2022 19:01:47 +0300 Subject: [PATCH] cli: change error message on startup_wait (#1327) --- cli/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/src/lib.rs b/cli/src/lib.rs index d0c048ee..c56a468e 100644 --- a/cli/src/lib.rs +++ b/cli/src/lib.rs @@ -2017,7 +2017,7 @@ fn start_test_validator( } if count == ms_wait { eprintln!( - "Unable to start test validator. Check {} for errors.", + "Unable to get recent blockhash. Test validator does not look started. Check {} for errors. Consider increasing [test.startup_wait] in Anchor.toml.", test_ledger_log_filename ); validator_handle.kill()?;