This commit is contained in:
weiihann 2025-12-31 13:47:35 +08:00
parent d11a86f275
commit d80a124a59

View file

@ -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)