Skip to content
Snippets Groups Projects

Resolve "Remove smith identity migration on Genesis"

Merged Cédric Moreau requested to merge 175-remove-smith-identity-migration-on-genesis into master
5 files
+ 6
46
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -336,7 +336,6 @@ fn genesis_data_to_gdev_genesis_conf(
idty_index,
name,
owner_key,
old_owner_key,
active,
}| GenesisIdty {
index: idty_index,
@@ -344,7 +343,7 @@ fn genesis_data_to_gdev_genesis_conf(
value: common_runtime::IdtyValue {
data: IdtyData::new(),
next_creatable_identity_on: 0,
old_owner_key: old_owner_key.map(|address| (address, 0)),
old_owner_key: None,
owner_key,
next_scheduled: if active { 0 } else { 2 },
status: IdtyStatus::Member,
Loading