新注册的用户请输入邮箱并保存,随后登录邮箱激活账号。后续可直接使用邮箱登录!

Commit bb55d5a0 authored by gh lu's avatar gh lu

fix: add step durations judgement

--bug=0
parent 249af661
......@@ -153,7 +153,9 @@ func (t *TxDuration) addSysCallDuration(duration *SysCallDuration) {
// EnterNextStep enter next duration tx step
func EnterNextStep(msg *protogo.DockerVMMessage, stepType protogo.StepType, log string) {
if len(msg.StepDurations) == 0 {
return
}
if stepType != protogo.StepType_RUNTIME_PREPARE_TX_REQUEST {
endTxStep(msg)
}
......
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