diff --git a/FULL_HELP_DOCS.md b/FULL_HELP_DOCS.md index fef0376d7..dead49279 100644 --- a/FULL_HELP_DOCS.md +++ b/FULL_HELP_DOCS.md @@ -103,7 +103,7 @@ Anything after the `--` double dash (the "slop") is parsed as arguments to the c * `network` — Start and configure networks * `version` — Print version information * `tx` — Sign, Simulate, and Send transactions -* `cache` — Cache for tranasctions and contract specs +* `cache` — Cache for transactions and contract specs ###### **Options:** diff --git a/cmd/crates/soroban-test/tests/it/integration/util.rs b/cmd/crates/soroban-test/tests/it/integration/util.rs index ab22752e6..c7f348e20 100644 --- a/cmd/crates/soroban-test/tests/it/integration/util.rs +++ b/cmd/crates/soroban-test/tests/it/integration/util.rs @@ -52,7 +52,7 @@ pub async fn deploy_swap(sandbox: &TestEnv) -> String { } pub async fn deploy_custom_account(sandbox: &TestEnv) -> String { - deploy_contract(sandbox, CUSTOM_ACCOUNT).await + deploy_contract(sandbox, CUSTOM_ACCOUNT, DeployKind::Normal).await } pub async fn deploy_contract(