Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DZGoldman committed Sep 13, 2023
1 parent 77b3b5e commit aaf67d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src-ts/proposalStage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,6 @@ export class L2TimelockExecutionBatchStage implements ProposalStage {

public async execute(): Promise<void> {
const timelock = ArbitrumTimelock__factory.connect(this.timelockAddress, this.signerOrProvider);
// this
const tx = await timelock.functions.executeBatch(
this.targets,
this.values,
Expand Down

0 comments on commit aaf67d6

Please sign in to comment.