Skip to content
Snippets Groups Projects
Commit 51217f7d authored by Hugo Trentesaux's avatar Hugo Trentesaux
Browse files

add test account derivations

parent c397f84b
No related branches found
No related tags found
1 merge request!9add smith and membership commands
...@@ -157,7 +157,9 @@ impl Data { ...@@ -157,7 +157,9 @@ impl Data {
let derivation = match &derivation[..] { let derivation = match &derivation[..] {
"test1" => "2", "test1" => "2",
"test2" => "4", "test2" => "4",
"test3" => "3", "test3" => "6",
"test4" => "8",
"test5" => "10",
_ => "" _ => ""
}; };
self.cfg.secret = Some(format!("{TEST_MNEMONIC}//{derivation}")); self.cfg.secret = Some(format!("{TEST_MNEMONIC}//{derivation}"));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment