mirror of
https://github.com/tornadocash/deployer.git
synced 2025-01-15 15:28:43 +01:00
make deployer public
This commit is contained in:
parent
57a0a19e0e
commit
e450e1befc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user