Merge pull request #14504 from Saw-mon-and-Natalie/fix-known-state-typo

fixed a typo in `KnownState.h`
This commit is contained in:
Daniel 2023-08-22 15:21:34 +02:00 committed by GitHub
commit 06b003b23c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(); }