Skip to content

Commit

Permalink
Fix: cannot provide 'deployerData' for contract that already exists
Browse files Browse the repository at this point in the history
  • Loading branch information
forshtat committed Oct 4, 2023
1 parent be7635f commit ff70ed6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions EIPS/eip-00.md
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@ On the execution layer, the transaction validity conditions for a block are exte
```
func validateAccountAbstractionTransaction(tx *Transaction) {
assert !(sender.code.length > 0 && deployerData.length > 0)
if (sender.code.length == 0 && deployerData.length == 0) {
validUntil = (nonce >> 112) & 0xffffffffffff
Expand Down

0 comments on commit ff70ed6

Please sign in to comment.