aboutsummaryrefslogtreecommitdiffstats
path: root/state/state_object.go
diff options
context:
space:
mode:
Diffstat (limited to 'state/state_object.go')
-rw-r--r--state/state_object.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/state/state_object.go b/state/state_object.go
index a56e91bc5..b8af4e702 100644
--- a/state/state_object.go
+++ b/state/state_object.go
@@ -35,7 +35,7 @@ type StateObject struct {
codeHash []byte
Nonce uint64
// Contract related attributes
- State *State
+ State *StateDB
Code Code
InitCode Code