Skip to content

Commit d71c4e0

Browse files
committed
Upgrade OpenZeppelin Contracts from v4.8.0 to v4.9.3
1 parent bdb472e commit d71c4e0

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.gitmodules

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@
77
[submodule "lib/openzeppelin-contracts"]
88
path = lib/openzeppelin-contracts
99
url = https://github.com/openzeppelin/openzeppelin-contracts
10-
branch = v4.8.0

lib/openzeppelin-contracts

test/FractionalGovernor.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ contract FractionalGovernor is GovernorVotes, GovernorCountingFractional {
4646
uint256[] memory values,
4747
bytes[] memory calldatas,
4848
bytes32 salt
49-
) public returns (uint256 proposalId) {
49+
) public override returns (uint256 proposalId) {
5050
return _cancel(targets, values, calldatas, salt);
5151
}
5252
}

0 commit comments

Comments
 (0)