We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
was_destroyed
Related: taikoxyz/raiko#395
revm/crates/database/src/states/account_status.rs
Lines 44 to 51 in dad766d
DestroyedChanged doesn't mean the Account has been deleted. Is it designed like this?
DestroyedChanged
The text was updated successfully, but these errors were encountered:
Hm I see that it can be misleading, maybe better naming is ChangedAfterDestruction or DestroyedThanChanged, wdyt?
ChangedAfterDestruction
DestroyedThanChanged
Sorry, something went wrong.
Breaking down the DestroyedChanged status into more detailed segments is always preferable!
No branches or pull requests
Related: taikoxyz/raiko#395
revm/crates/database/src/states/account_status.rs
Lines 44 to 51 in dad766d
DestroyedChanged
doesn't mean the Account has been deleted. Is it designed like this?The text was updated successfully, but these errors were encountered: