cleaning in process

This commit is contained in:
Aleksander Kryukov
2021-11-25 13:30:09 +02:00
parent 37725a0f2c
commit 73080c79d0
9 changed files with 16 additions and 77 deletions

View File

@ -54,7 +54,6 @@ contract WizardFirstPriority is Governor, GovernorProposalThreshold, GovernorCou
return deltaWeight;
}
function snapshot(uint256 proposalId) public view returns (uint64) {
return _proposals[proposalId].voteStart._deadline;
}
@ -64,7 +63,7 @@ contract WizardFirstPriority is Governor, GovernorProposalThreshold, GovernorCou
return _executor();
}
// original code
// original code, harnessed
function votingDelay() public view override returns (uint256) { // HARNESS: pure -> view
return _votingDelay; // HARNESS: parametric