Fix PR verification
This commit is contained in:
parent
d933b3b94b
commit
4390716ebf
|
@ -143,7 +143,7 @@ impl PositiveReport {
|
|||
let buckets = &bridge_info.buckets;
|
||||
let BP = self.lox_proof.BP;
|
||||
for bucket in buckets {
|
||||
if bucket * Htable != BP {
|
||||
if bucket * Htable == BP {
|
||||
return la.handle_positive_report(self.lox_proof, &Htable).is_ok();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue