aboutsummaryrefslogtreecommitdiffstats
path: root/core/state_transition.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/state_transition.go
parentfc2a061d510fbe09534ee1ade167d66c40ba7bf1 (diff)
downloadgo-tangerine-10af69b57c8022bb400e1f00bb3c6413e640a7e1.tar
go-tangerine-10af69b57c8022bb400e1f00bb3c6413e640a7e1.tar.gz
go-tangerine-10af69b57c8022bb400e1f00bb3c6413e640a7e1.tar.bz2
go-tangerine-10af69b57c8022bb400e1f00bb3c6413e640a7e1.tar.lz
go-tangerine-10af69b57c8022bb400e1f00bb3c6413e640a7e1.tar.xz
go-tangerine-10af69b57c8022bb400e1f00bb3c6413e640a7e1.tar.zst
go-tangerine-10af69b57c8022bb400e1f00bb3c6413e640a7e1.zip
core, core/vm: moved logger and added gas cost to struct logging
Diffstat (limited to 'core/state_transition.go')
-rw-r--r--core/state_transition.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/state_transition.go b/core/state_transition.go
index 3dbc789f8..fedea8021 100644
--- a/core/state_transition.go
+++ b/core/state_transition.go
@@ -224,7 +224,7 @@ func (self *StateTransition) transitionState() (ret []byte, usedGas *big.Int, er
}
if vm.Debug {
- VmStdErrFormat(vmenv.StructLogs())
+ vm.StdErrFormat(vmenv.StructLogs())
}
self.refundGas()