Commit ef1c4b47 authored by hezhengjun's avatar hezhengjun

modify log level to debug for evm run

parent 8493d5bc
...@@ -215,7 +215,7 @@ func (in *Interpreter) Run(contract *Contract, input []byte, readOnly bool) (ret ...@@ -215,7 +215,7 @@ func (in *Interpreter) Run(contract *Contract, input []byte, readOnly bool) (ret
logged = true logged = true
} }
log15.Info("operation.execute", "op=", op.String(), "contract addr=", contract.self.Address().String(), log15.Debug("operation.execute", "op=", op.String(), "contract addr=", contract.self.Address().String(),
"CallerAddress=", contract.CallerAddress.String(), "CallerAddress=", contract.CallerAddress.String(),
"caller=", contract.caller.Address().String()) "caller=", contract.caller.Address().String())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment