aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/environment.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-06-11 01:56:40 +0800
committerobscuren <geffobscura@gmail.com>2015-06-11 01:56:40 +0800
commit10af69b57c8022bb400e1f00bb3c6413e640a7e1 (patch)
treeef7960eaf9031f76b468f279a08a71a58a9bd72b /core/vm/environment.go
parentfc2a061d510fbe09534ee1ade167d66c40ba7bf1 (diff)
downloaddexon-10af69b57c8022bb400e1f00bb3c6413e640a7e1.tar.gz
dexon-10af69b57c8022bb400e1f00bb3c6413e640a7e1.tar.zst
dexon-10af69b57c8022bb400e1f00bb3c6413e640a7e1.zip
core, core/vm: moved logger and added gas cost to struct logging
Diffstat (limited to 'core/vm/environment.go')
-rw-r--r--core/vm/environment.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/vm/environment.go b/core/vm/environment.go
index e61676409..5c04e7022 100644
--- a/core/vm/environment.go
+++ b/core/vm/environment.go
@@ -41,6 +41,7 @@ type StructLog struct {
Pc uint64
Op OpCode
Gas *big.Int
+ GasCost *big.Int
Memory []byte
Stack []*big.Int
Storage map[common.Hash][]byte