mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
crypto/proof: Fix test unit.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user