Skip to content

Commit

Permalink
Update test/contracts/src/SelfDestruct.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Ahmad Kaouk <[email protected]>
  • Loading branch information
RomarQ and ahmadkaouk authored Dec 3, 2024
1 parent 001179d commit 30f9f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/contracts/src/SelfDestruct.sol
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ contract SelfDestructAfterCreate2 {
contractAddress2 := create2(0, add(bytecode, 32), mload(bytecode), SALT)
}
require(contractAddress1 != address(0), "First address must not be null");
require(contractAddress2 == address(0), "Seconds address must be null");
require(contractAddress2 == address(0), "Second address must be null");
}
}

0 comments on commit 30f9f56

Please sign in to comment.