Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
新注册的用户请输入邮箱并保存,随后登录邮箱激活账号。后续可直接使用邮箱登录!
Open sidebar
白 鹿
contract-sdk-go
Commits
5a3b0357
Commit
5a3b0357
authored
Feb 16, 2023
by
天乐 韩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: Modify slow log step
--story=0
parent
bb7972f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sandbox/tx_handler.go
sandbox/tx_handler.go
+1
-1
No files found.
sandbox/tx_handler.go
View file @
5a3b0357
...
...
@@ -222,7 +222,7 @@ func (h *TxHandler) handleTxRequest(msg *protogo.DockerVMMessage) error {
}
currentStatus
=
AfterExecuted
EnterNextStep
(
msg
,
protogo
.
StepType_SANDBOX_
HANDLER_EXECUTE
,
""
)
EnterNextStep
(
msg
,
protogo
.
StepType_SANDBOX_
SEND_CHAIN_RESP
,
""
)
respMsg
.
StepDurations
=
msg
.
StepDurations
h
.
sendResponse
(
respMsg
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment