Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
新注册的用户请输入邮箱并保存,随后登录邮箱激活账号。后续可直接使用邮箱登录!
Open sidebar
chainweaver
ida
registration-service
Commits
e76dfca7
Commit
e76dfca7
authored
7 months ago
by
krmnliu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: fix retry --story=0
parent
99dacd27
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
internal/event/event.go
internal/event/event.go
+1
-1
No files found.
internal/event/event.go
View file @
e76dfca7
...
...
@@ -153,7 +153,7 @@ func (e *eventManager) listenChainEvent(ctx context.Context, chainConfig *chainC
if
err
!=
nil
||
contractInfo
.
Code
!=
int32
(
code
.
Success
)
||
contractInfo
.
Data
==
nil
||
len
(
contractInfo
.
Data
.
Name
)
==
0
{
e
.
Logger
.
Errorf
(
"[event] get contract info failed from chain service, err:%s"
,
err
)
return
err
return
fmt
.
Errorf
(
"GetContractInfo err:%v"
,
err
)
}
return
nil
...
...
This diff is collapsed.
Click to expand it.
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