Skip to content

Commit 0f10fcf

Browse files
committed
fix typo: stateManager._cache
1 parent bbc6dbf commit 0f10fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/hooked.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function createHookedVm (opts, hooks) {
3232

3333
var vm = new VM(opts)
3434
vm.stateManager._lookupStorageTrie = createAccountStorageTrie
35-
vm.stateManager.cache._lookupAccount = loadAccount
35+
vm.stateManager._cache._lookupAccount = loadAccount
3636
vm.stateManager.getContractCode = codeStore.get.bind(codeStore)
3737
vm.stateManager.setContractCode = codeStore.set.bind(codeStore)
3838

0 commit comments

Comments
 (0)