harness _execute()

This commit is contained in:
Michael M
2021-11-21 18:02:26 +02:00
parent a14abd0276
commit 167f175f3a

View File

@ -109,7 +109,8 @@ abstract contract GovernorTimelockControl is IGovernorTimelock, Governor {
bytes[] memory calldatas,
bytes32 descriptionHash
) internal virtual override {
_timelock.executeBatch{value: msg.value}(targets, values, calldatas, 0, descriptionHash);
// HARNESS
// _timelock.executeBatch{value: msg.value}(targets, values, calldatas, 0, descriptionHash);
}
/**