mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
fixed a typo in KnownState.h
This commit is contained in:
parent
c703b5cd8c
commit
9ae42aab4c
@ -109,7 +109,7 @@ public:
|
|||||||
|
|
||||||
/// Resets any knowledge about storage.
|
/// Resets any knowledge about storage.
|
||||||
void resetStorage() { m_storageContent.clear(); }
|
void resetStorage() { m_storageContent.clear(); }
|
||||||
/// Resets any knowledge about storage.
|
/// Resets any knowledge about memory.
|
||||||
void resetMemory() { m_memoryContent.clear(); }
|
void resetMemory() { m_memoryContent.clear(); }
|
||||||
/// Resets known Keccak-256 hashes
|
/// Resets known Keccak-256 hashes
|
||||||
void resetKnownKeccak256Hashes() { m_knownKeccak256Hashes.clear(); }
|
void resetKnownKeccak256Hashes() { m_knownKeccak256Hashes.clear(); }
|
||||||
|
Loading…
Reference in New Issue
Block a user