Skip to content

Commit

Permalink
Merge pull request #92 from GenerationSoftware/gen-1210-qa-237-n-15
Browse files Browse the repository at this point in the history
Add missing natspec in TwabERC20
  • Loading branch information
trmid committed Mar 18, 2024
2 parents 9e4fda3 + 04e1965 commit 3f3aade
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/TwabERC20.sol
Expand Up @@ -39,6 +39,7 @@ contract TwabERC20 is ERC20, ERC20Permit {
/// @notice TwabERC20 Constructor
/// @param name_ The name of the token
/// @param symbol_ The token symbol
/// @param twabController_ The TWAB controller that will be used to store token balances
constructor(
string memory name_,
string memory symbol_,
Expand Down

0 comments on commit 3f3aade

Please sign in to comment.