瀏覽代碼

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(),