parent
229ce6411a
commit
e56bbd77a4
|
@ -150,7 +150,7 @@ func (s *hookedStateDB) Snapshot() int {
|
|||
}
|
||||
|
||||
func (s *hookedStateDB) AddPreimage(hash common.Hash, bytes []byte) {
|
||||
s.inner.Snapshot()
|
||||
s.inner.AddPreimage(hash, bytes)
|
||||
}
|
||||
|
||||
func (s *hookedStateDB) Witness() *stateless.Witness {
|
||||
|
|
Loading…
Reference in New Issue