Skip to content

Commit

Permalink
Bug! Typo in Create3 executed Shanghai code (from memory) in London mode
Browse files Browse the repository at this point in the history
  • Loading branch information
duncancmt committed Jan 23, 2025
1 parent f6a5524 commit 41d75bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/Create3.sol
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ library Create3 {
}

function createFromMemoryLondon(bytes32 salt, bytes memory initCode) internal returns (address) {
return createFromMemory(salt, initCode, 0);
return createFromMemoryLondon(salt, initCode, 0);
}

function _predict(bytes32 salt, address deployer, bytes32 initHash) private pure returns (address) {
Expand Down

0 comments on commit 41d75bd

Please sign in to comment.