Skip to content
Snippets Groups Projects

Resolve "Remove smith identity migration on Genesis"

5 files
+ 6
46
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
2
@@ -336,7 +336,6 @@ fn genesis_data_to_gdev_genesis_conf(
@@ -336,7 +336,6 @@ fn genesis_data_to_gdev_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,
@@ -344,7 +343,7 @@ fn genesis_data_to_gdev_genesis_conf(
@@ -344,7 +343,7 @@ fn genesis_data_to_gdev_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.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,
Loading