From 55dd28f76fe216d786e1090eed7186403108273c Mon Sep 17 00:00:00 2001 From: evan-schott <53463459+evan-schott@users.noreply.github.com> Date: Mon, 10 Jun 2024 15:20:34 -0700 Subject: [PATCH] Update errors/src/errors/utils/util_errors.rs Co-authored-by: d0cd <23022326+d0cd@users.noreply.github.com> Signed-off-by: evan-schott <53463459+evan-schott@users.noreply.github.com> --- errors/src/errors/utils/util_errors.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/errors/src/errors/utils/util_errors.rs b/errors/src/errors/utils/util_errors.rs index 1d3bea68a3..d7a6c7ca69 100644 --- a/errors/src/errors/utils/util_errors.rs +++ b/errors/src/errors/utils/util_errors.rs @@ -65,7 +65,7 @@ create_messages!( network_error { args: (url: impl Display, status: impl Display), msg: format!("Failed network request to {url}. Status: {status}"), - help: Some("Make sure that you are using the right network and endpoint. Use `--network testnet` to switch to testnet.".to_string()), + help: Some("Make sure that you are using the correct `--network` and `--endpoint` options.".to_string()) } @formatted