|
|
@ -23,7 +23,7 @@ class Storage: |
|
|
|
self._standard_storage = K(256, 256, 0) # type: BaseArray |
|
|
|
self._standard_storage = K(256, 256, 0) # type: BaseArray |
|
|
|
else: |
|
|
|
else: |
|
|
|
self._standard_storage = Array("Storage", 256, 256) |
|
|
|
self._standard_storage = Array("Storage", 256, 256) |
|
|
|
self._map_storage = {} |
|
|
|
self._map_storage = {} # type: Dict[BitVec, BaseArray] |
|
|
|
self._keccak_map_storage = {} # type: Dict[BitVec, BaseArray] |
|
|
|
self._keccak_map_storage = {} # type: Dict[BitVec, BaseArray] |
|
|
|
|
|
|
|
|
|
|
|
self.printable_storage = {} # type: Dict[BitVec, BitVec] |
|
|
|
self.printable_storage = {} # type: Dict[BitVec, BitVec] |
|
|
|