Renamed State => StateDB
This commit is contained in:
@ -9,7 +9,7 @@ import (
|
||||
)
|
||||
|
||||
type Environment interface {
|
||||
State() *state.State
|
||||
State() *state.StateDB
|
||||
|
||||
Origin() []byte
|
||||
BlockNumber() *big.Int
|
||||
|
Reference in New Issue
Block a user