Actually fix the test

This commit is contained in:
parazyd
2023-05-29 09:44:33 +02:00
parent 770fc3213a
commit 88e99b9f69

View File

@@ -125,6 +125,7 @@ fn halo2_vk_ser() -> Result<()> {
Witness::Base(Value::known(ephem_secret.inner())),
Witness::Uint32(Value::known(leaf_pos.try_into().unwrap())),
Witness::MerklePath(Value::known(merkle_path.try_into().unwrap())),
Witness::Base(Value::known(pallas::Base::ONE)),
];
let value_commit = pedersen_commitment_u64(value, value_blind);