mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 02:42:27 +00:00
core/state: revert the comment
This commit is contained in:
parent
9cf09a45e0
commit
e1c3b26e41
1 changed files with 1 additions and 1 deletions
|
|
@ -568,7 +568,7 @@ func (db *StateDB) GetRefund() uint64 {
|
|||
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.
|
||||
func (db *StateDB) Finalise(deleteEmptyObjects bool) {
|
||||
for addr := range db.journal.dirties {
|
||||
|
|
|
|||
Loading…
Reference in a new issue