We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7780cb8 commit e4f0b68Copy full SHA for e4f0b68
packages/horizon/contracts/interfaces/IAuthorizable.sol
@@ -109,6 +109,7 @@ interface IAuthorizable {
109
* @notice Starts thawing a signer to be de-authorized
110
* @dev Thawing a signer signals that signatures from that signer will soon be deemed invalid.
111
* Once a signer is thawed, they should be viewed as revoked regardless of their revocation status.
112
+ * If a signer is already thawing and this function is called, the thawing period is reset.
113
* Requirements:
114
* - `signer` must be authorized by the authorizer calling this function
115
*
0 commit comments