From 015cfa4ef1fdf192be222992437448477b62fe1b Mon Sep 17 00:00:00 2001 From: kladkogex <13399135+kladkogex@users.noreply.github.com> Date: Thu, 21 Sep 2023 13:27:09 +0100 Subject: [PATCH] Fixed typo --- libskale/State.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libskale/State.cpp b/libskale/State.cpp index f4a6633bd..5bf4433d5 100644 --- a/libskale/State.cpp +++ b/libskale/State.cpp @@ -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