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

fix #207

parent b93329cb
No related branches found
No related tags found
1 merge request!252Change distance evaluation period from Sessions to Blocks
......@@ -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