From 75f4bf154de1fc6ee0146c2f1d9ee95ed2b63e5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thoralf=20M=C3=BCller?= Date: Thu, 21 Mar 2024 10:14:49 +0100 Subject: [PATCH] Rename to implicit_account_creation_address --- ...count-creation.ts => implicit-account-creation-address.ts} | 2 +- ...count_creation.py => implicit_account_creation_address.py} | 0 sdk/Cargo.toml | 4 ++-- ...count_creation.rs => implicit_account_creation_address.rs} | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename bindings/nodejs/examples/how_tos/account_output/{implicit-account-creation.ts => implicit-account-creation-address.ts} (98%) rename bindings/python/examples/how_tos/account_output/{implicit_account_creation.py => implicit_account_creation_address.py} (100%) rename sdk/examples/how_tos/account_output/{implicit_account_creation.rs => implicit_account_creation_address.rs} (98%) 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::{