We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eef70d9 commit f4b330aCopy full SHA for f4b330a
src/slashers/VetoableSlasher.sol
@@ -20,8 +20,7 @@ contract VetoableSlasher is SlasherBase {
20
21
constructor(
22
IAllocationManager _allocationManager,
23
- ISlashingRegistryCoordinator _slashingRegistryCoordinator,
24
- address _slasher
+ ISlashingRegistryCoordinator _slashingRegistryCoordinator
25
) SlasherBase(_allocationManager, _slashingRegistryCoordinator) {}
26
27
function initialize(address _vetoCommittee, address _slasher) external virtual initializer {
0 commit comments