harness _execute()
This commit is contained in:
@ -109,7 +109,8 @@ abstract contract GovernorTimelockControl is IGovernorTimelock, Governor {
|
|||||||
bytes[] memory calldatas,
|
bytes[] memory calldatas,
|
||||||
bytes32 descriptionHash
|
bytes32 descriptionHash
|
||||||
) internal virtual override {
|
) internal virtual override {
|
||||||
_timelock.executeBatch{value: msg.value}(targets, values, calldatas, 0, descriptionHash);
|
// HARNESS
|
||||||
|
// _timelock.executeBatch{value: msg.value}(targets, values, calldatas, 0, descriptionHash);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user