Rename ProposalCore.eta to etaSeconds (#4599)

This commit is contained in:
Francisco
2023-09-14 04:54:43 -03:00
committed by GitHub
parent 80b2d1df38
commit 224c23b38f
4 changed files with 28 additions and 26 deletions

View File

@ -122,7 +122,7 @@ interface IGovernor is IERC165, IERC6372 {
/**
* @dev Emitted when a proposal is queued.
*/
event ProposalQueued(uint256 proposalId, uint256 eta);
event ProposalQueued(uint256 proposalId, uint256 etaSeconds);
/**
* @dev Emitted when a proposal is executed.