Skip to content

Commit

Permalink
Moved natspec
Browse files Browse the repository at this point in the history
  • Loading branch information
asselstine committed Aug 30, 2023
1 parent ce54fbf commit 49240b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/TwabController.sol
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ error TransferToZeroAddress();
// The minimum period length
uint48 constant MINIMUM_PERIOD_LENGTH = 1 hours;

// Allows users to revoke their chances to win by delegating to the sponsorship address.
address constant SPONSORSHIP_ADDRESS = address(1);

/**
Expand All @@ -40,8 +41,6 @@ address constant SPONSORSHIP_ADDRESS = address(1);
*/
contract TwabController {
using SafeCast for uint256;

/// @notice Allows users to revoke their chances to win by delegating to the sponsorship address.

/// @notice Sets the minimum period length for Observations. When a period elapses, a new Observation is recorded, otherwise the most recent Observation is updated.
uint48 public immutable PERIOD_LENGTH;
Expand Down

0 comments on commit 49240b4

Please sign in to comment.