Skip to content

Commit

Permalink
fix(host): add return expression
Browse files Browse the repository at this point in the history
  • Loading branch information
petarvujovic98 committed Jul 2, 2024
1 parent e872f2a commit 3365a6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions host/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,8 @@ pub async fn handle_message(
}
}
}

Ok(())
}

pub async fn handle_proof(
Expand Down

0 comments on commit 3365a6b

Please sign in to comment.