This commit is contained in:
obscuren 2014-07-24 12:10:18 +02:00
parent 32d125131f
commit cbd71ef8f5
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ func NewEnv(state *ethstate.State, tx *Transaction, block *Block) *VMEnv {
return &VMEnv{
state: state,
block: block,
tx: tx,
}
}