diff --git a/EIPS/eip-00.md b/EIPS/eip-00.md index b2dd7893b76d9c..c4a7549dfab873 100644 --- a/EIPS/eip-00.md +++ b/EIPS/eip-00.md @@ -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,