Skip to content

Commit

Permalink
Update iota/docs/identity.rs/v0.6.0/docs/tutorials/migrate-stronghold…
Browse files Browse the repository at this point in the history
….mdx

Co-authored-by: Abdulrahim Al Methiab <[email protected]>
  • Loading branch information
eike-hass and abdulmth authored Aug 17, 2023
1 parent 8bfa7bc commit 2e1af92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ To migrate a v2 Stronghold Snapshot from Identity 0.6.2 or earlier in Rust to a
- Create a new crate with `cargo new --bin stronghold-migration && cd stronghold-migration`.
- Run `cargo add iota-sdk --features stronghold`.
- Run `cargo add anyhow`.
- Copy the code from [rust migration tool](#Rust-Migration-Tool) into `main.rs`.
- Copy the code from [rust migration tool](#rust-migration-tool) into `main.rs`.
- The program takes 4 arguments, 2 of them required.
- Required: The path to the current stronghold snapshot.
- Required: The password to the current stronghold snapshot.
Expand Down

0 comments on commit 2e1af92

Please sign in to comment.