From 272d58662c885ab1cef8930e96fb832ae5377d96 Mon Sep 17 00:00:00 2001 From: obscuren Date: Mon, 27 Oct 2014 11:44:16 +0100 Subject: Implemented LOG. Closes #159 --- tests/helper/vm.go | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/helper/vm.go b/tests/helper/vm.go index 5660caf64..c56c5bae7 100644 --- a/tests/helper/vm.go +++ b/tests/helper/vm.go @@ -50,6 +50,7 @@ func (self *Env) Difficulty() *big.Int { return self.difficulty } func (self *Env) BlockHash() []byte { return nil } func (self *Env) State() *ethstate.State { return self.state } func (self *Env) GasLimit() *big.Int { return self.gasLimit } +func (self *Env) AddLog(vm.Log) {} func (self *Env) Transfer(from, to vm.Account, amount *big.Int) error { return vm.Transfer(from, to, amount) } -- cgit v1.2.3