core/state: revert the comment

This commit is contained in:
Shuai Qi 2019-01-08 23:00:57 +08:00 committed by GitHub
parent 9cf09a45e0
commit e1c3b26e41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -568,7 +568,7 @@ func (db *StateDB) GetRefund() uint64 {
return db.refund return db.refund
} }
// Finalise finalises the state by removing the db destructed objects // Finalise finalises the state by removing the self destructed objects
// and clears the journal as well as the refunds. // and clears the journal as well as the refunds.
func (db *StateDB) Finalise(deleteEmptyObjects bool) { func (db *StateDB) Finalise(deleteEmptyObjects bool) {
for addr := range db.journal.dirties { for addr := range db.journal.dirties {