diff --git a/bindings/nodejs/examples/how_tos/account_output/implicit-account-creation.ts b/bindings/nodejs/examples/how_tos/account_output/implicit-account-creation-address.ts similarity index 98% rename from bindings/nodejs/examples/how_tos/account_output/implicit-account-creation.ts rename to bindings/nodejs/examples/how_tos/account_output/implicit-account-creation-address.ts index fa99b4acb2..69649c6c20 100644 --- a/bindings/nodejs/examples/how_tos/account_output/implicit-account-creation.ts +++ b/bindings/nodejs/examples/how_tos/account_output/implicit-account-creation-address.ts @@ -11,7 +11,7 @@ import { Wallet, initLogger } from '@iota/sdk'; require('dotenv').config({ path: '.env' }); // Run with command: -// yarn run-example ./how_tos/account_output/implicit-account-creation.ts +// yarn run-example ./how_tos/account_output/implicit-account-creation-address.ts // In this example we create an implicit account creation address. async function run() { diff --git a/bindings/python/examples/how_tos/account_output/implicit_account_creation.py b/bindings/python/examples/how_tos/account_output/implicit_account_creation_address.py similarity index 100% rename from bindings/python/examples/how_tos/account_output/implicit_account_creation.py rename to bindings/python/examples/how_tos/account_output/implicit_account_creation_address.py diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index e66e4a34d1..cc78ecb5d6 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -348,8 +348,8 @@ path = "examples/how_tos/account_output/destroy.rs" required-features = ["wallet", "stronghold"] [[example]] -name = "implicit_account_creation" -path = "examples/how_tos/account_output/implicit_account_creation.rs" +name = "implicit_account_creation_address" +path = "examples/how_tos/account_output/implicit_account_creation_address.rs" required-features = ["wallet", "storage"] # Outputs diff --git a/sdk/examples/how_tos/account_output/implicit_account_creation.rs b/sdk/examples/how_tos/account_output/implicit_account_creation_address.rs similarity index 98% rename from sdk/examples/how_tos/account_output/implicit_account_creation.rs rename to sdk/examples/how_tos/account_output/implicit_account_creation_address.rs index 5c2fe72549..f47afca609 100644 --- a/sdk/examples/how_tos/account_output/implicit_account_creation.rs +++ b/sdk/examples/how_tos/account_output/implicit_account_creation_address.rs @@ -5,7 +5,7 @@ //! //! Rename `.env.example` to `.env` first, then run the command: //! ```sh -//! cargo run --release --all-features --example implicit_account_creation +//! cargo run --release --all-features --example implicit_account_creation_address //! ``` use iota_sdk::{