You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The initial account has no code and no nonce, but has a storage. No collision is detected and the storage of this account is expected to be cleared when starting the execution of the CREATE, but we don't support this. Therefore, the gas accounting in the SSTORE opcode does not match the spec's and the test fails.
The text was updated successfully, but these errors were encountered:
The initial account has no code and no nonce, but has a storage. No collision is detected and the storage of this account is expected to be cleared when starting the execution of the CREATE, but we don't support this. Therefore, the gas accounting in the SSTORE opcode does not match the spec's and the test fails.
The text was updated successfully, but these errors were encountered: