Implemented value()

This commit is contained in:
Maran
2014-05-07 11:05:49 +02:00
parent 050684450b
commit 45ce820b11
2 changed files with 5 additions and 2 deletions

View File

@ -331,6 +331,7 @@ func (sm *StateManager) EvalScript(script []byte, object *StateObject, tx *Trans
Coinbase: block.Coinbase,
Time: block.Time,
Diff: block.Difficulty,
Value: tx.Value,
//Price: tx.GasPrice,
})
closure.Call(vm, tx.Data, nil)