Skip to content

Commit fe77e1a

Browse files
great9phiberdevJoshuaBatty
authored
fix typo to beta-5 (#5731)
## Description Typo fix. It should say beta-5 ## Checklist - [ ] I have linked to any relevant issues. - [ ] I have commented my code, particularly in hard-to-understand areas. - [ ] I have updated the documentation where relevant (API docs, the reference, and the Sway book). - [ ] I have added tests that prove my fix is effective or that my feature works. - [ ] I have added (or requested a maintainer to add) the necessary `Breaking*` or `New Feature` labels where relevant. - [ ] I have done my best to ensure that my PR adheres to [the Fuel Labs Code Review Standards](https://github.com/FuelLabs/rfcs/blob/master/text/code-standards/external-contributors.md). - [ ] I have requested a review from the relevant team or maintainers. Co-authored-by: phiberdev <phiberdev@users.noreply.github.com> Co-authored-by: Joshua Batty <joshpbatty@gmail.com>
1 parent 089416f commit fe77e1a

File tree

1 file changed

+1
-1
lines changed
  • forc-plugins/forc-client/src/util

1 file changed

+1
-1
lines changed

forc-plugins/forc-client/src/util/tx.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ impl<Tx: Buildable + field::Witnesses + Send> TransactionBuilderExt<Tx> for Tran
219219
let faucet_link = format!("{}/?address={first_account}", BETA_FAUCET_URL);
220220
anyhow::bail!("Your wallet does not have any funds to pay for the transaction.\
221221
\n\nIf you are interacting with a testnet consider using the faucet.\
222-
\n-> beta-4 network faucet: {faucet_link}\
222+
\n-> beta-5 network faucet: {faucet_link}\
223223
\nIf you are interacting with a local node, consider providing a chainConfig which funds your account.")
224224
}
225225
print_account_balances(&accounts, &account_balances);

0 commit comments

Comments
 (0)