From f6891ba40d37de686f4c283cf5632787270bd383 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Thu, 7 Apr 2022 09:36:44 +0300 Subject: [PATCH] core/state/snapshot: remove noop map item assignment --- core/state/snapshot/difflayer.go | 1 - 1 file changed, 1 deletion(-) diff --git a/core/state/snapshot/difflayer.go b/core/state/snapshot/difflayer.go index ee88938b774da..133445eb0d0c6 100644 --- a/core/state/snapshot/difflayer.go +++ b/core/state/snapshot/difflayer.go @@ -470,7 +470,6 @@ func (dl *diffLayer) flatten() snapshot { for storageHash, data := range storage { comboData[storageHash] = data } - parent.storageData[accountHash] = comboData } // Return the combo parent return &diffLayer{