Further additions to v1.10.13 update.
This commit is contained in:
committed by
Austin Roberts
parent
72b7820579
commit
cc416746a1
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user