Skip to content

Commit

Permalink
Upgrade OpenZeppelin Contracts from v4.8.0 to v4.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
apbendi committed Nov 22, 2023
1 parent bdb472e commit d71c4e0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@
[submodule "lib/openzeppelin-contracts"]
path = lib/openzeppelin-contracts
url = https://github.com/openzeppelin/openzeppelin-contracts
branch = v4.8.0
2 changes: 1 addition & 1 deletion lib/openzeppelin-contracts
2 changes: 1 addition & 1 deletion test/FractionalGovernor.sol
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ contract FractionalGovernor is GovernorVotes, GovernorCountingFractional {
uint256[] memory values,
bytes[] memory calldatas,
bytes32 salt
) public returns (uint256 proposalId) {
) public override returns (uint256 proposalId) {
return _cancel(targets, values, calldatas, salt);
}
}

0 comments on commit d71c4e0

Please sign in to comment.