Skip to content

Commit

Permalink
need to build route
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-lahoda committed Apr 18, 2024
1 parent 8108a34 commit 873c268
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mantis/node/src/mantis/blackbox/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,10 @@ pub async fn get_routes(
.pop()
.expect("at least one route");

panic!("route: {:?}", route);
let mut program = CvmProgram::default();
build_next(&mut program, &mut route.next, cvm_glt, salt);
panic!("so need to build instruction so can plug into one program (transaction)")
panic!("program: {:?}", program);
}
}

Expand Down

0 comments on commit 873c268

Please sign in to comment.