Skip to content

Commit

Permalink
docs: remove incorrect mention of zero check
Browse files Browse the repository at this point in the history
  • Loading branch information
adhusson committed Aug 29, 2024
1 parent 765fdf5 commit 0ba8167
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 0ba8167

Please sign in to comment.