Skip to content

Commit

Permalink
Update contracts/governance/TimelockController.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Ernesto García <ernestognw@gmail.com>
  • Loading branch information
frangio and ernestognw committed Jul 4, 2023
1 parent bd2f0fa commit 8d43f44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contracts/governance/TimelockController.sol
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ contract TimelockController is AccessControl, ERC721Holder, ERC1155Holder {

/**
* @dev The current state of an operation is not as required.
* The `expectedStates` is a bitmap with the bits enabled for each OperationState enum position
* counting from right to left.
*
* See {_encodeStateBitmap}.
*/
error TimelockUnexpectedOperationState(bytes32 operationId, bytes32 expectedStates);

Expand Down

0 comments on commit 8d43f44

Please sign in to comment.