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
1 changed files with 1 additions and 1 deletions

View File

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