Update InitialMigration.sol

This commit is contained in:
leopardracer 2025-03-01 11:44:12 +02:00 committed by GitHub
parent 0c4b232f54
commit ee789d61a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,7 +45,7 @@ contract InitialMigration {
/// @dev Initialize the `ZeroEx` contract with the minimum feature set, /// @dev Initialize the `ZeroEx` contract with the minimum feature set,
/// transfers ownership to `owner`, then self-destructs. /// transfers ownership to `owner`, then self-destructs.
/// Only callable by `initializeCaller` set in the contstructor. /// Only callable by `initializeCaller` set in the constructor.
/// @param owner The owner of the contract. /// @param owner The owner of the contract.
/// @param zeroEx The instance of the ZeroEx contract. ZeroEx should /// @param zeroEx The instance of the ZeroEx contract. ZeroEx should
/// been constructed with this contract as the bootstrapper. /// been constructed with this contract as the bootstrapper.