Skip to content
Snippets Groups Projects
Commit cb6ee650 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

fix(#175): gtest

parent 8453facb
No related branches found
No related tags found
1 merge request!234Resolve "Remove smith identity migration on Genesis"
Pipeline #35570 passed
......@@ -284,7 +284,6 @@ fn genesis_data_to_gtest_genesis_conf(
idty_index,
name,
owner_key,
old_owner_key,
active,
}| GenesisIdty {
index: idty_index,
......@@ -292,7 +291,7 @@ fn genesis_data_to_gtest_genesis_conf(
value: common_runtime::IdtyValue {
data: IdtyData::new(),
next_creatable_identity_on: 0,
old_owner_key: old_owner_key.clone().map(|address| (address, 0)),
old_owner_key: None,
owner_key,
next_scheduled: if active { 0 } else { 2 },
status: IdtyStatus::Member,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment