pull/5370/head
yann300 4 years ago
parent 2ed07656a7
commit 4bc73f29c3
  1. 5
      libs/remix-lib/src/execution/execution-context.ts

@ -25,7 +25,10 @@ if (typeof window !== 'undefined' && typeof window['ethereum'] !== 'undefined')
*/
class StateManagerCommonStorageDump extends StateManager {
keyHashes
/*
* dictionary containing keccak(b) as key and b as value. used to get the initial value from its hash
*/
keyHashes: { [key: string]: string }
constructor () {
super()
this.keyHashes = {}

Loading…
Cancel
Save