Skip to content

Commit

Permalink
undo last change
Browse files Browse the repository at this point in the history
  • Loading branch information
Demuirgos committed May 23, 2024
1 parent 1e208f0 commit 2f01efb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Nethermind/Nethermind.State/StateProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ public void InsertCode(Address address, Hash256 codeHash, ReadOnlyMemory<byte> c
private void SetNewBalance(Address address, in UInt256 balanceChange, IReleaseSpec releaseSpec, bool isSubtracting, bool isSystemCall = false)
{
_needsStateRootUpdate = true;
if (isSystemCall && address == Address.SystemUser) return;

Account GetThroughCacheCheckExists()
{
Expand Down

0 comments on commit 2f01efb

Please sign in to comment.