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