Skip to content

Commit

Permalink
Merge pull request #449 from morpho-org/docs/wnative-zero-address-com…
Browse files Browse the repository at this point in the history
…ment

docs: remove incorrect mention of zero check
  • Loading branch information
MathisGD authored Sep 1, 2024
2 parents 765fdf5 + 0ba8167 commit cb19b04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/WNativeBundler.sol
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ abstract contract WNativeBundler is BaseBundler {

/* CONSTRUCTOR */

/// @dev Warning: assumes the given addresses are non-zero (they are not expected to be deployment arguments).
/// @param wNative The address of the wNative token contract.
constructor(address wNative) {
require(wNative != address(0), ErrorsLib.ZERO_ADDRESS);
Expand Down

0 comments on commit cb19b04

Please sign in to comment.