From e1c3b26e4154421a04b1ca7b596192eea60409f3 Mon Sep 17 00:00:00 2001 From: Shuai Qi Date: Tue, 8 Jan 2019 23:00:57 +0800 Subject: [PATCH] core/state: revert the comment --- core/state/statedb.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/state/statedb.go b/core/state/statedb.go index 5ab772b6f4..dd14165480 100644 --- a/core/state/statedb.go +++ b/core/state/statedb.go @@ -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 {