ソースを参照

tests/burn_proof: Fix public inputs vector.

Luther Blissett 3 年 前
コミット
e5c1e962ad
1 ファイル変更1 行追加1 行削除
  1. 1 1
      tests/burn_proof.rs

+ 1 - 1
tests/burn_proof.rs

@@ -101,7 +101,7 @@ fn burn_proof() -> Result<()> {
     let merkle_root = tree.root(0).unwrap();
 
     let public_inputs = vec![
-        nullifier,
+        nullifier.inner(),
         *value_coords.x(),
         *value_coords.y(),
         *token_coords.x(),