This commit is contained in:
poma 2020-11-04 06:06:35 +03:00
parent bb52d918a9
commit defd06b700
No known key found for this signature in database
GPG Key ID: BA20CB01FE165657

View File

@ -6,7 +6,7 @@ interface IDeployer {
} }
contract Deployer { contract Deployer {
IDeployer immutable public deployer; IDeployer public immutable deployer;
constructor(IDeployer _deployer) public { constructor(IDeployer _deployer) public {
// Use EIP-2470 SingletonFactory address by default // Use EIP-2470 SingletonFactory address by default