Skip to content

Commit

Permalink
fix: test helper contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
guidiaz committed Jan 10, 2023
1 parent e5ba2a0 commit 4da0b64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/helpers/WitnetRequestBoardTrojanHorseBadProxiable.sol
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ contract WitnetRequestBoardTrojanHorseBadProxiable is Initializable, Proxiable {
}
}

function initialize(bytes calldata) external override {
function initialize(bytes calldata) external {
// WATCH OUT: any one could reset storage context after
// upgrading the WRB to this implementation.
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ contract WitnetRequestBoardTrojanHorseNotUpgradable is Initializable, Proxiable
}
}

function initialize(bytes calldata) external override {
function initialize(bytes calldata) external {
// WATCH OUT: any one could reset storage context after
// upgrading the WRB to this implementation.
}
Expand Down

0 comments on commit 4da0b64

Please sign in to comment.