mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-06-19 11:44:14 -04:00
fix lint
This commit is contained in:
parent
c559a79396
commit
127a61e21f
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ contract cPool is ERC20Tornado {
|
||||||
uint256 _denomination,
|
uint256 _denomination,
|
||||||
uint32 _merkleTreeHeight,
|
uint32 _merkleTreeHeight,
|
||||||
IERC20 _token
|
IERC20 _token
|
||||||
) ERC20Tornado(_verifier, _hasher, _denomination, _merkleTreeHeight, _token) public {
|
) public ERC20Tornado(_verifier, _hasher, _denomination, _merkleTreeHeight, _token) {
|
||||||
comp = _comp;
|
comp = _comp;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue