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 9d02c01 commit 8cba2faCopy full SHA for 8cba2fa
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.(*VerkleDB).addrToPoint)
+ return NewAccessWitness(s.db.(*ForkingDB).addrToPoint)
211
212
213
func (s *StateDB) Witness() *AccessWitness {
0 commit comments