core, core/vm: moved logger and added gas cost to struct logging

This commit is contained in:
obscuren
2015-06-10 19:56:40 +02:00
parent fc2a061d51
commit 10af69b57c
4 changed files with 10 additions and 10 deletions

View File

@ -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()