mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
Actually fix the test
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user