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

clippy

parent e4c7223c
No related branches found
No related tags found
1 merge request!154fix finalization when using custom genesis
Pipeline #19483 passed
...@@ -505,7 +505,7 @@ fn genesis_data_to_gdev_genesis_conf( ...@@ -505,7 +505,7 @@ fn genesis_data_to_gdev_genesis_conf(
data: IdtyData::new(), data: IdtyData::new(),
next_creatable_identity_on: 0, next_creatable_identity_on: 0,
old_owner_key: None, old_owner_key: None,
owner_key: owner_key, owner_key,
removable_on: 0, removable_on: 0,
status: IdtyStatus::Validated, status: IdtyStatus::Validated,
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment