You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contracts/ThirdwebContract.sol
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,6 @@ contract ThirdwebContract {
25
25
}
26
26
27
27
/// @dev Enable access to the original contract deployer in the constructor. If this function is called outside of a constructor, it will return address(0) instead.
28
-
/// Save 1 storage slot from not storing the factory address and not having to hardcode the factory address.
29
28
function _contractDeployer() internalviewreturns (address) {
0 commit comments