Skip to content

Commit

Permalink
Added note to FeeCurrencyAdapter.sol initializer (#10943)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvol authored Feb 20, 2024
1 parent 1d71364 commit 874eeac
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ contract FeeCurrencyAdapter is Initializable, CalledByVm, IFeeCurrencyAdapter {
* @param _name The name of the adapted token.
* @param _symbol The symbol of the adapted token.
* @param _expectedDecimals The expected number of decimals of the adapted token.
* @notice _expectedDecimals must be bigger than _adaptedToken.decimals().
*/
function initialize(
address _adaptedToken,
Expand Down

0 comments on commit 874eeac

Please sign in to comment.