cre/state: fix outdated statedb Prepare comment (#23320)

This commit is contained in:
aaronbuchwald 2021-08-03 02:06:58 -04:00 committed by GitHub
parent 95bbd46eab
commit 82c5085399
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -878,7 +878,7 @@ func (s *StateDB) IntermediateRoot(deleteEmptyObjects bool) common.Hash {
return s.trie.Hash()
}
// Prepare sets the current transaction hash and index and block hash which is
// Prepare sets the current transaction hash and index which are
// used when the EVM emits new state logs.
func (s *StateDB) Prepare(thash common.Hash, ti int) {
s.thash = thash