Skip to content

Commit

Permalink
📖 Fix Link Redirect
Browse files Browse the repository at this point in the history
Signed-off-by: sudo rm -rf --no-preserve-root / <pcaversaccio@users.noreply.github.com>
  • Loading branch information
pcaversaccio authored Jan 12, 2024
1 parent b393f13 commit 4fef108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/Create.sol
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ contract Create {
* @dev Returns the address where a contract will be stored if deployed via `deploy`.
* For the specification of the Recursive Length Prefix (RLP) encoding scheme, please
* refer to p. 19 of the Ethereum Yellow Paper (https://ethereum.github.io/yellowpaper/paper.pdf)
* and the Ethereum Wiki (https://ethereum.org/en/developers/docs/data-structures-and-encoding/rlp/).
* and the Ethereum Wiki (https://ethereum.org/en/developers/docs/data-structures-and-encoding/rlp).
* For further insights also, see the following issue: https://github.com/transmissions11/solmate/issues/207.
*
* Based on the EIP-161 (https://github.com/ethereum/EIPs/blob/master/EIPS/eip-161.md) specification,
Expand Down

0 comments on commit 4fef108

Please sign in to comment.