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
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
Expected Behavior
Using a fork of mainnet or testnet, ganache should be able to set bytecode to "0x" when contract is destroyed.
Current Behavior
Contract bytecode still there after
selfdestruct
Possible Solution
unknown
Steps to Reproduce
Deploy a contract
Fork into ganache
Destroy contract
contract.kill()
api.eth.getCode(contract)
==> Code still therePossibly related to #446
The text was updated successfully, but these errors were encountered: