From f7557013fb7e795c1d3e83d474ef1fb9b3f95066 Mon Sep 17 00:00:00 2001 From: leopardracer <136604165+leopardracer@users.noreply.github.com> Date: Fri, 4 Jul 2025 12:08:27 +0300 Subject: [PATCH] Update main.rs --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 7c6aaf1..8f61071 100644 --- a/src/main.rs +++ b/src/main.rs @@ -59,7 +59,7 @@ enum Command { /// Lists all accounts derived for the wallet so far. /// /// Note that this only includes accounts that have been previously derived - /// *locally* and still exist within the user's `~/.fuel/wallets/accoutns` + /// *locally* and still exist within the user's `~/.fuel/wallets/accounts` /// cache. If this wallet was recently imported, you may need to re-derive /// your accounts. ///