mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #14504 from Saw-mon-and-Natalie/fix-known-state-typo
fixed a typo in `KnownState.h`
This commit is contained in:
commit
06b003b23c
@ -109,7 +109,7 @@ public:
|
||||
|
||||
/// Resets any knowledge about storage.
|
||||
void resetStorage() { m_storageContent.clear(); }
|
||||
/// Resets any knowledge about storage.
|
||||
/// Resets any knowledge about memory.
|
||||
void resetMemory() { m_memoryContent.clear(); }
|
||||
/// Resets known Keccak-256 hashes
|
||||
void resetKnownKeccak256Hashes() { m_knownKeccak256Hashes.clear(); }
|
||||
|
Loading…
Reference in New Issue
Block a user