Commit 003c1b1c authored by hezhengjun's avatar hezhengjun Committed by 33cn

add debug info

parent 56becf19
......@@ -220,6 +220,7 @@ func (evm *EVMExecutor) GetMessage(tx *types.Transaction, index int, fromPtr *co
if 0 == gasLimit {
return nil, model.ErrNoGasConfigured
}
log.Info("GetMessage", "gasLimit is set to for permission blockchain", gasLimit)
}
if gasPrice == 0 {
......
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