Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
brech1 committed Sep 9, 2023
1 parent 3abbb74 commit f071a50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eigentrust-zk/src/circuits/opinion/native.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ where
let mut hashes = Vec::new();
for i in 0..NUM_NEIGHBOURS {
let att = self.attestations[i].clone();

assert!(att.attestation.about == set[i]);
assert!(att.attestation.domain == self.domain);

Expand Down

0 comments on commit f071a50

Please sign in to comment.