mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
Save the scheduler to disk
This is a horrible impl which does a full ser of everything on every change. It's just the minimal changes to resolve this TODO and able testnet deployment.
This commit is contained in:
@@ -85,7 +85,7 @@ pub fn reproducibly_builds() {
|
||||
break;
|
||||
}
|
||||
|
||||
// If we didn't get resuts from all runners, panic
|
||||
// If we didn't get results from all runners, panic
|
||||
for item in &res {
|
||||
if item.is_none() {
|
||||
panic!("couldn't get runtime hashes within allowed time");
|
||||
|
||||
Reference in New Issue
Block a user