world => World

This commit is contained in:
obscuren
2014-08-05 11:30:12 +02:00
parent e71b198e3d
commit 3c78e418fb
2 changed files with 13 additions and 13 deletions

View File

@ -21,7 +21,7 @@ type Pipe struct {
obj ethchain.EthManager
stateManager *ethchain.StateManager
blockChain *ethchain.BlockChain
world *world
world *World
Vm VmVars
}