Skip to content

Commit e149dcb

Browse files
committed
rebase fix
Signed-off-by: Ignacio Hagopian <[email protected]>
1 parent faa10e7 commit e149dcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/state/statedb.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ func (s *StateDB) Snaps() *snapshot.Tree {
207207
}
208208

209209
func (s *StateDB) NewFreshAccessWitness() *AccessWitness {
210-
return NewAccessWitness(s.db.(*ForkingDB).addrToPoint)
210+
return NewAccessWitness(s.db.(*cachingDB).addrToPoint)
211211
}
212212

213213
func (s *StateDB) Witness() *AccessWitness {

0 commit comments

Comments
 (0)