From 167f175f3a196a2d1b3a7ec9eadcd5311173f81d Mon Sep 17 00:00:00 2001 From: Michael M <91594326+MichaelMorami@users.noreply.github.com> Date: Sun, 21 Nov 2021 18:02:26 +0200 Subject: [PATCH] harness _execute() --- contracts/governance/extensions/GovernorTimelockControl.sol | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contracts/governance/extensions/GovernorTimelockControl.sol b/contracts/governance/extensions/GovernorTimelockControl.sol index f7a01c06d..1a8d5a90d 100644 --- a/contracts/governance/extensions/GovernorTimelockControl.sol +++ b/contracts/governance/extensions/GovernorTimelockControl.sol @@ -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); } /**