Skip to content
Snippets Groups Projects
Verified Commit d397a72c authored by Michal Kucharczyk's avatar Michal Kucharczyk
Browse files

GenesisBuilder: runtimes update 2

parent 458d4580
Branches
No related merge requests found
Pipeline #456712 failed with stages
in 5 minutes and 11 seconds
......@@ -193,7 +193,7 @@ sp_api::impl_runtime_apis! {
unimplemented!()
}
fn get_preset(_id: Option<Vec<u8>>) -> Option<Vec<u8>> {
fn get_preset(_id: &Option<sp_genesis_builder::PresetId>) -> Option<Vec<u8>> {
unimplemented!()
}
......
......@@ -193,7 +193,7 @@ sp_api::impl_runtime_apis! {
unimplemented!()
}
fn get_preset(_id: Option<Vec<u8>>) -> Option<Vec<u8>> {
fn get_preset(_id: &Option<sp_genesis_builder::PresetId>) -> Option<Vec<u8>> {
unimplemented!()
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment