Skip to content

Commit

Permalink
Merge 49134d1 into 4c9f635
Browse files Browse the repository at this point in the history
  • Loading branch information
kamescg committed Oct 5, 2021
2 parents 4c9f635 + 49134d1 commit e57c268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/Ticket.sol
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ contract Ticket is ControlledToken, ITicket {
/// @notice Record of token holders TWABs for each account.
mapping(address => TwabLib.Account) internal userTwabs;

/// @notice Record of tickets total supply and most recent TWAB index.
/// @notice Record of tickets total supply and ring buff parameters used for observation.
TwabLib.Account internal totalSupplyTwab;

/// @notice Mapping of delegates. Each address can delegate their ticket power to another.
Expand Down

0 comments on commit e57c268

Please sign in to comment.