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 222c2fb commit 5d6b31dCopy full SHA for 5d6b31d
src/compute/app_runner.rs
@@ -33,8 +33,8 @@ pub enum ExitMode {
33
/// ```
34
/// use crate::app_runner::start;
35
/// use crate::pre_compute_app::PreComputeApp;
36
-///
37
-/// let chain_task_id = ;
+///
+/// let chain_task_id = "0x123456789abcdef";
38
/// let pre_compute_args = match PreComputeArgs::read_args() {
39
/// Ok(pre_compute_args) => pre_compute_args,
40
/// Err(_) => {
0 commit comments