Skip to content

Commit

Permalink
remove 259 proposal skip hack
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy-woof-software committed Jun 19, 2024
1 parent 7dac5e9 commit 4101efa
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions scenario/constraints/ProposalConstraint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,6 @@ export class ProposalConstraint<T extends CometContext> implements StaticConstra
);
}

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

try {
// Execute the proposal
debug(`${label} Processing pending proposal ${proposal.id}`);
Expand Down

0 comments on commit 4101efa

Please sign in to comment.