Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kladkogex committed Sep 21, 2023
1 parent 682573c commit 015cfa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libskale/State.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -803,8 +803,8 @@ void State::clearStorage( Address const& _contract ) {
auto const& value = hashPairPair.second.first;
// Set storage to zero in state cache
clearStorageValue( _contract, key, value );
// Set storage to zero i account storage cache
// we have lots of caches, some of them may be unndeeded
// Set storage to zero in the account storage cache
// we have lots of caches, some of them may be unneeded
// will analyze this more in future releases
acc->setStorageCache( key, 0 );
/* The corresponding key/value pair needs to be cleared in database
Expand Down

0 comments on commit 015cfa4

Please sign in to comment.