OffchainLabs/arb-os

Creating contract fails if address is already funded

edfelten opened this issue · 0 comments

Attempting to create a contract at an address should be allowed, as long as there isn't already a contract at that address. The current code incorrectly prevent contract creation at an address if the address is already funded, even if it doesn't have a contract yet. Contract creation should be allowed in that case.