core, core/vm: moved logger and added gas cost to struct logging
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user