aboutsummaryrefslogtreecommitdiffstats
path: root/light/vm_env.go
diff options
context:
space:
mode:
Diffstat (limited to 'light/vm_env.go')
-rw-r--r--light/vm_env.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/light/vm_env.go b/light/vm_env.go
index 1b225c8de..d2cc7e960 100644
--- a/light/vm_env.go
+++ b/light/vm_env.go
@@ -45,6 +45,8 @@ func (s *VMState) Error() error {
func (s *VMState) AddLog(log *types.Log) {}
+func (s *VMState) AddPreimage(hash common.Hash, preimage []byte) {}
+
// errHandler handles and stores any state error that happens during execution.
func (s *VMState) errHandler(err error) {
if err != nil && s.err == nil {