diff options
Diffstat (limited to 'vm/environment.go')
-rw-r--r-- | vm/environment.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vm/environment.go b/vm/environment.go index af67c4179..b8013856e 100644 --- a/vm/environment.go +++ b/vm/environment.go @@ -20,6 +20,7 @@ type Environment interface { BlockHash() []byte GasLimit() *big.Int Transfer(from, to Account, amount *big.Int) error + AddLog(Log) } type Object interface { |