mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 16:55:46 +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(),
|
keystore_derivation_path.as_deref(),
|
||||||
)
|
)
|
||||||
.await;
|
.await;
|
||||||
return Err(format!("Upload failed with {:?}", status.message));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user