We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d27c44 commit 661bb4bCopy full SHA for 661bb4b
packages/vm/lib/state/stateManager.ts
@@ -71,7 +71,7 @@ export default class DefaultStateManager implements StateManager {
71
* @param address - Address of the `account` to get
72
*/
73
async getAccount(address: Buffer): Promise<Account> {
74
- const account = (await this._cache.getOrLoad(address)) as Account
+ const account = await this._cache.getOrLoad(address)
75
return account
76
}
77
0 commit comments