Skip to content

Commit 957ca35

Browse files
committed
remove commented out code
1 parent 8f8e320 commit 957ca35

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/state/statedb.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,6 @@ func New(root common.Hash, db Database, snaps *snapshot.Tree) (*StateDB, error)
177177
sdb.witness = sdb.NewAccessWitness()
178178
}
179179
if sdb.snaps != nil {
180-
// if sdb.snap = sdb.snaps.Snapshot(root); sdb.snap == nil {
181-
// }
182180
sdb.snap = sdb.snaps.Snapshot(root)
183181
}
184182
return sdb, nil

0 commit comments

Comments
 (0)