This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
Ensure ForkedBlockchain.prototype.getAccount
works
#623
Labels
This issue pulls out #3 from #483 (comment):
Yes, I meant
ForkedBlockchain.prototype.getAccount
. There might be a separate bug in this fn, I haven't checked if there are tests for this scenario yet:selfdestruct()
the contract on our fork at block 11, thus transferring its value to another address.getAccount(account A, block 12)
may return the account from the original chain. A call toeth_getBalance
may return the non-zero account value.The text was updated successfully, but these errors were encountered: