Skip to content

Commit

Permalink
docs: Add docs to GHO constructor (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmtzinf authored Jan 16, 2023
1 parent eb4df14 commit 7980f6e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/contracts/gho/GhoToken.sol
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ contract GhoToken is ERC20, Ownable, IGhoToken {
/**
* @dev Constructor
*/
constructor() ERC20('Gho Token', 'GHO', 18) {}
constructor() ERC20('Gho Token', 'GHO', 18) {
// Intentionally left blank
}

/**
* @notice Mints the requested amount of tokens to the account address.
Expand Down

0 comments on commit 7980f6e

Please sign in to comment.