|
|
@@ -36,9 +36,9 @@ import (
|
|
|
"github.com/ethereum/go-ethereum/core/types"
|
|
|
"github.com/ethereum/go-ethereum/ethdb"
|
|
|
"github.com/ethereum/go-ethereum/logger"
|
|
|
- "github.com/ethereum/go-ethereum/state"
|
|
|
+ "github.com/ethereum/go-ethereum/core/state"
|
|
|
"github.com/ethereum/go-ethereum/tests/helper"
|
|
|
- "github.com/ethereum/go-ethereum/vm"
|
|
|
+ "github.com/ethereum/go-ethereum/core/vm"
|
|
|
)
|
|
|
|
|
|
type Log struct {
|