We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3429af7 commit 5d5962aCopy full SHA for 5d5962a
1 file changed
core/state/state_object.go
@@ -203,6 +203,7 @@ func (s *stateObject) GetCommittedState(key common.Hash) common.Hash {
203
// have been handles via pendingStorage above.
204
// 2) we don't have new values, and can deliver empty response back
205
if _, destructed := s.db.stateObjectsDestruct[s.address]; destructed {
206
+ s.originStorage[key] = common.Hash{} // track the empty slot as origin value
207
return common.Hash{}
208
}
209
// If no live objects are available, attempt to use snapshots
0 commit comments