Skip to content

Commit

Permalink
feat: merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Feb 1, 2025
2 parents 3b786d7 + aa6efa6 commit e62e9d2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions utils/host/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ pub fn get_agg_proof_stdin(
Ok(stdin)
}

/// TODO(r): Can we run many program tasks in parallel?
/// Start the server and native client. Each server is tied to a single client.
pub async fn start_server_and_native_client(
cfg: &SingleChainHostCli,
) -> Result<InMemoryOracle, anyhow::Error> {
Expand Down Expand Up @@ -126,8 +126,6 @@ pub async fn start_server_and_native_client(
info!("Starting preimage server and client program.");
let in_memory_oracle = run_witnessgen_client(oracle.clone()).await?;

info!("Preimage server and client program finished.");

server_task.abort();
Ok(in_memory_oracle)
}

0 comments on commit e62e9d2

Please sign in to comment.