From 0348b54adac7942e5f55858b810b1a715a11a525 Mon Sep 17 00:00:00 2001 From: Braqzen <103777923+Braqzen@users.noreply.github.com> Date: Mon, 6 Nov 2023 20:17:58 +0000 Subject: [PATCH] Updated command in error --- src/utils.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.rs b/src/utils.rs index 6931323..e12bf24 100644 --- a/src/utils.rs +++ b/src/utils.rs @@ -39,7 +39,7 @@ pub fn load_wallet(wallet_path: &Path) -> Result { anyhow!( "Failed to load a wallet from {wallet_path:?}: {e}.\n\ Please be sure to initialize a wallet before creating an account.\n\ - To initialize a wallet, use `forc-wallet init`" + To initialize a wallet, use `forc-wallet new`" ) })?; let reader = std::io::BufReader::new(file);