Skip to content

Commit

Permalink
Update ProposalConstraint.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
MishaShWoof committed Jan 29, 2025
1 parent 3be23e1 commit d85b648
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scenario/constraints/ProposalConstraint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ export class ProposalConstraint<T extends CometContext> implements StaticConstra
);
}

// temporary hack to skip proposal 394
if (proposal.id.eq(394)) {
console.log('Skipping proposal 394');
// temporary hack to skip proposal 393
if (proposal.id.eq(393)) {
console.log('Skipping proposal 393');
continue;
}

Expand Down

0 comments on commit d85b648

Please sign in to comment.