Merge pull request #12810 from hroussille/create2-documentation-error

Fixed ambiguity in the create2 address computation doc
This commit is contained in:
chriseth 2022-03-17 11:46:50 +01:00 committed by GitHub
commit cd19023bfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -283,7 +283,7 @@ which only need to be created if there is a dispute.
salt,
keccak256(abi.encodePacked(
type(D).creationCode,
arg
abi.encode(arg)
))
)))));