Skip to content

Commit 8d43f44

Browse files
frangioernestognw
andauthored
Update contracts/governance/TimelockController.sol
Co-authored-by: Ernesto García <[email protected]>
1 parent bd2f0fa commit 8d43f44

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

contracts/governance/TimelockController.sol

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ contract TimelockController is AccessControl, ERC721Holder, ERC1155Holder {
5252

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

0 commit comments

Comments
 (0)