Further additions to v1.10.13 update.

This commit is contained in:
philip-morlier
2021-11-29 10:21:34 -06:00
committed by Austin Roberts
parent 72b7820579
commit cc416746a1
6 changed files with 36 additions and 48 deletions
+3 -2
View File
@@ -11,6 +11,8 @@ import (
"github.com/ethereum/go-ethereum/core/state"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/core/vm"
//"github.com/ethereum/go-ethereum/core/vm/logger"
"github.com/ethereum/go-ethereum/eth/downloader"
"github.com/ethereum/go-ethereum/ethdb"
"github.com/ethereum/go-ethereum/event"
@@ -71,8 +73,7 @@ type Backend interface {
Engine() consensus.Engine
}
type TracerResult interface {
vm.Tracer
vm.EVMLogger
GetResult() (interface{}, error)
}