Skip to content

Commit

Permalink
Merge branch 'dcmt/london-create3-bug'
Browse files Browse the repository at this point in the history
  • Loading branch information
duncancmt committed Jan 28, 2025
2 parents ac1ce26 + 41d75bd commit 8775da9
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 8775da9

Please sign in to comment.