Skip to content

Commit d3ab5ed

Browse files
fix: compiler warning
1 parent b7018c4 commit d3ab5ed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/tob/FuzzingBase.sol

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,6 @@ contract FuzzingBase is PropertiesConstants, PropertiesAsserts {
619619
address spokeImpl = address(new SpokeInstance(address(oracle)));
620620
ISpoke spoke = ISpoke(
621621
_proxify(
622-
address(this),
623622
spokeImpl,
624623
proxyAdminOwner,
625624
abi.encodeCall(Spoke.initialize, (_accessManager))
@@ -631,7 +630,6 @@ contract FuzzingBase is PropertiesConstants, PropertiesAsserts {
631630
}
632631

633632
function _proxify(
634-
address deployer,
635633
address impl,
636634
address proxyAdminOwner,
637635
bytes memory initData

0 commit comments

Comments
 (0)