diff --git a/core/state/state_object.go b/core/state/state_object.go index 9b35de8bb6..ecf165cc09 100644 --- a/core/state/state_object.go +++ b/core/state/state_object.go @@ -452,7 +452,6 @@ func (s *stateObject) commit(resolveCode bool) (*accountUpdate, *trienode.NodeSe exists: true, // the code exists before the update } } - } // Commit storage changes and the associated storage trie s.commitStorage(op)