Skip to content

Commit

Permalink
Rename to implicit_account_creation_address
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoralf-M committed Mar 21, 2024
1 parent 3631be7 commit 75f4bf1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
4 changes: 2 additions & 2 deletions sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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::{
Expand Down

0 comments on commit 75f4bf1

Please sign in to comment.