Skip to content

Commit

Permalink
do not delete executionPlan
Browse files Browse the repository at this point in the history
  • Loading branch information
frangio committed Aug 16, 2023
1 parent a36618b commit b37ed30
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions contracts/governance/extensions/GovernorTimelockAccess.sol
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,6 @@ abstract contract GovernorTimelockAccess is Governor {
Address.verifyCallResult(success, returndata);
}
}

delete _executionPlan[proposalId];
}

/**
Expand Down Expand Up @@ -236,8 +234,6 @@ abstract contract GovernorTimelockAccess is Governor {
}
}

delete _executionPlan[proposalId];

return proposalId;
}

Expand Down

0 comments on commit b37ed30

Please sign in to comment.