crypto/proof: Fix test unit.

This commit is contained in:
parazyd
2022-01-26 11:58:23 +01:00
parent c65a3845a9
commit f30d5ec0c6

View File

@@ -123,7 +123,7 @@ mod tests {
let coin_blind = DrkCoinBlind::random(&mut OsRng);
let public_key = PublicKey::random(&mut OsRng);
let pk = ProvingKey::build(11, MintContract::default());
let pk = ProvingKey::build(11, &MintContract::default());
let (proof, _) = create_mint_proof(
&pk,
value,