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>
This commit is contained in:
evan-schott 2024-06-10 15:20:34 -07:00 committed by GitHub
parent b621a60837
commit 55dd28f76f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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