Skip to content

Commit

Permalink
Fix incorrect comment copied from previous function (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
T1MOH593 committed Aug 20, 2024
1 parent 82b1fda commit e3f5bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/erc-3448/MetaProxyFactory.sol
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ contract MetaProxyFactory {
mstore(ptr, length)
ptr := add(ptr, 32)

// The size is deploy code + contract code + calldatasize - 4 + 32.
// The size is deploy code + contract code + length + 32.
addr := create(0, start, sub(ptr, start))
}
}
Expand Down

0 comments on commit e3f5bbe

Please sign in to comment.