aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ethchain/vm_env.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/ethchain/vm_env.go b/ethchain/vm_env.go
index 711cfbe9f..ddead77fd 100644
--- a/ethchain/vm_env.go
+++ b/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,
}
}