diff --git a/bao/rust/src/main.rs b/bao/rust/src/main.rs index c6db817..ff77493 100644 --- a/bao/rust/src/main.rs +++ b/bao/rust/src/main.rs @@ -76,8 +76,8 @@ impl Bao for BaoService { req.data.clone(), req.offset, req.proof.clone(), - from_vec_to_array(req.hash.clone() - ); + from_vec_to_array(req.hash.clone()), + ); if res.is_err() { Ok(Response::new(VerifyResponse {