mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-21 13:54:44 +00:00
Remove naughty return Err
This commit is contained in:
@@ -454,7 +454,6 @@ async fn run<'a>(config: MoveConfig) -> Result<(), String> {
|
||||
keystore_derivation_path.as_deref(),
|
||||
)
|
||||
.await;
|
||||
return Err(format!("Upload failed with {:?}", status.message));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user