aboutsummaryrefslogtreecommitdiffstats
path: root/ethpipe/pipe.go
diff options
context:
space:
mode:
Diffstat (limited to 'ethpipe/pipe.go')
-rw-r--r--ethpipe/pipe.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethpipe/pipe.go b/ethpipe/pipe.go
index c00731b84..a9da66ab8 100644
--- a/ethpipe/pipe.go
+++ b/ethpipe/pipe.go
@@ -21,7 +21,7 @@ type Pipe struct {
obj ethchain.EthManager
stateManager *ethchain.StateManager
blockChain *ethchain.BlockChain
- world *world
+ world *World
Vm VmVars
}