make deployer public

This commit is contained in:
poma 2020-11-04 05:39:04 +03:00
parent 57a0a19e0e
commit e450e1befc
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 deployer;
IDeployer immutable public deployer;
constructor(IDeployer _deployer) public {
// Use EIP-2470 SingletonFactory address by default