pull/150/head
obscuren 10 years ago
parent 32d125131f
commit cbd71ef8f5
  1. 1
      ethchain/vm_env.go

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

Loading…
Cancel
Save