moved state and vm to core
This commit is contained in:
@ -2,7 +2,7 @@ package xeth
|
||||
|
||||
import (
|
||||
"github.com/ethereum/go-ethereum/common"
|
||||
"github.com/ethereum/go-ethereum/state"
|
||||
"github.com/ethereum/go-ethereum/core/state"
|
||||
)
|
||||
|
||||
type State struct {
|
||||
|
Reference in New Issue
Block a user