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( ...@@ -284,7 +284,6 @@ fn genesis_data_to_gtest_genesis_conf(
idty_index, idty_index,
name, name,
owner_key, owner_key,
old_owner_key,
active, active,
}| GenesisIdty { }| GenesisIdty {
index: idty_index, index: idty_index,
...@@ -292,7 +291,7 @@ fn genesis_data_to_gtest_genesis_conf( ...@@ -292,7 +291,7 @@ fn genesis_data_to_gtest_genesis_conf(
value: common_runtime::IdtyValue { value: common_runtime::IdtyValue {
data: IdtyData::new(), data: IdtyData::new(),
next_creatable_identity_on: 0, next_creatable_identity_on: 0,
old_owner_key: old_owner_key.clone().map(|address| (address, 0)), old_owner_key: None,
owner_key, owner_key,
next_scheduled: if active { 0 } else { 2 }, next_scheduled: if active { 0 } else { 2 },
status: IdtyStatus::Member, status: IdtyStatus::Member,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment