FixinigTimeoutsAndTotalVotes

This commit is contained in:
Aleksander Kryukov
2021-11-22 09:51:11 +02:00
parent cd703a5ee0
commit 37fe8c292a
4 changed files with 38 additions and 9 deletions

View File

@ -92,7 +92,8 @@ abstract contract GovernorTimelockControl is IGovernorTimelock, Governor {
uint256 delay = _timelock.getMinDelay();
_timelockIds[proposalId] = _timelock.hashOperationBatch(targets, values, calldatas, 0, descriptionHash);
_timelock.scheduleBatch(targets, values, calldatas, 0, descriptionHash, delay);
// HARNESS
//_timelock.scheduleBatch(targets, values, calldatas, 0, descriptionHash, delay);
emit ProposalQueued(proposalId, block.timestamp + delay);