mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
tests/burn_proof: Fix public inputs vector.
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user