We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faa10e7 commit e149dcbCopy full SHA for e149dcb
core/state/statedb.go
@@ -207,7 +207,7 @@ func (s *StateDB) Snaps() *snapshot.Tree {
207
}
208
209
func (s *StateDB) NewFreshAccessWitness() *AccessWitness {
210
- return NewAccessWitness(s.db.(*ForkingDB).addrToPoint)
+ return NewAccessWitness(s.db.(*cachingDB).addrToPoint)
211
212
213
func (s *StateDB) Witness() *AccessWitness {
0 commit comments