File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ contract CouncilExecutor is TimelockController {
107107 bytes32 _predecessor ,
108108 bytes32 _salt ,
109109 uint256 /*_delay*/
110- ) public virtual override onlyCouncilVetoGovernor returns ( bytes32 ) {
110+ ) public virtual override onlyCouncilVetoGovernor {
111111 // Validate lengths
112112 if (_targets.length != _values.length || _targets.length != _payloads.length ) {
113113 revert TimelockInvalidOperationLength (_targets.length , _payloads.length , _values.length );
@@ -150,8 +150,6 @@ contract CouncilExecutor is TimelockController {
150150 // Track transaction
151151 _compoundTxHashes.push (_compoundTxHash);
152152 }
153-
154- return _operationId;
155153 }
156154
157155 /// @notice Executes a batch of operations that have been queued.
You can’t perform that action at this time.
0 commit comments