mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #12810 from hroussille/create2-documentation-error
Fixed ambiguity in the create2 address computation doc
This commit is contained in:
commit
cd19023bfb
@ -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)
|
||||
))
|
||||
)))));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user