Skip to content
Snippets Groups Projects
Unverified Commit e1668f58 authored by bgallois's avatar bgallois
Browse files

fix #207

parent 5af04083
No related branches found
No related tags found
No related merge requests found
Pipeline #36373 failed
......@@ -67,9 +67,9 @@ where
frame_support::storage::storage_prefix(
b"Distance",
match session_index {
0 => b"StoragePublishedResults1",
1 => b"StoragePublishedResults2",
2 => b"StoragePublishedResults0",
0 => b"EvaluationPool0",
1 => b"EvaluationPool1",
2 => b"EvaluationPool2",
_ => unreachable!("n%3<3"),
},
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment