We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ed4237 commit 841ed6eCopy full SHA for 841ed6e
crates/boundless-cli/src/config.rs
@@ -186,6 +186,8 @@ impl ProverConfig {
186
/// This method is intended to give a slightly nicer error message if Bento is not running,
187
/// expecially if they did not actually mean to use Bento.
188
pub async fn configure_proving_backend_with_health_check(&self) -> anyhow::Result<()> {
189
+ self.configure_proving_backend();
190
+
191
// No health check is implemented for default prover. If dev mode is set, then we are going
192
// to use the dev mode prover anyway, so don't run the health check.
193
if self.use_default_prover || self.skip_health_check || ProverOpts::default().dev_mode() {
0 commit comments