Skip to content

Commit

Permalink
Allow deployer with empty calldata.
Browse files Browse the repository at this point in the history
Co-authored-by: Stanislav Bezkorovainyi <stanislavbezkor@gmail.com>
  • Loading branch information
yoavw and StanislavBreadless committed Nov 7, 2023
1 parent e639666 commit 1d44120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-00.md
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ func validateAccountAbstractionTransaction(tx *Transaction) {
}
if (sender.code.length == 0 && deployerData.length > 0) {
assert deployerData.length > 20
assert deployerData.length >= 20
deployer := deployerData[0:20]
retDeployer, error := evm.Call(
from: AA_SENDER_CREATOR,
Expand Down

0 comments on commit 1d44120

Please sign in to comment.