Skip to content

Commit

Permalink
developing
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-lahoda committed Mar 11, 2024
1 parent b753c00 commit 512e9d1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions mantis/node/src/mantis/blackbox/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,10 @@ async fn route(

fn build_next(next: &mut [NextItem]) -> CvmInstruction {
match next.split_first_mut() {
Some(_) => todo!(),
None =>
Some(next) => {

}
None => info!("no more routes"),
}
}
}
Expand Down

0 comments on commit 512e9d1

Please sign in to comment.