|
|
@@ -377,7 +377,7 @@ mod tests {
|
|
|
let note = Note {
|
|
|
serial: jubjub::Fr::random(&mut OsRng),
|
|
|
value: 110,
|
|
|
- asset_id: 1,
|
|
|
+ asset_id: jubjub::Fr::random(&mut OsRng),
|
|
|
coin_blind: jubjub::Fr::random(&mut OsRng),
|
|
|
valcom_blind: jubjub::Fr::random(&mut OsRng),
|
|
|
};
|
|
|
@@ -428,7 +428,7 @@ mod tests {
|
|
|
let note = Note {
|
|
|
serial: jubjub::Fr::random(&mut OsRng),
|
|
|
value: 110,
|
|
|
- asset_id: 1,
|
|
|
+ asset_id: jubjub::Fr::random(&mut OsRng),
|
|
|
coin_blind: jubjub::Fr::random(&mut OsRng),
|
|
|
valcom_blind: jubjub::Fr::random(&mut OsRng),
|
|
|
};
|