Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
新注册的用户请输入邮箱并保存,随后登录邮箱激活账号。后续可直接使用邮箱登录!
Open sidebar
白 鹿
contract-sdk-go
Commits
9280a72a
Commit
9280a72a
authored
Dec 16, 2022
by
gh lu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: return err result payload
--bug=1004762
parent
5d823605
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sdk/sdk.go
sdk/sdk.go
+1
-1
No files found.
sdk/sdk.go
View file @
9280a72a
...
...
@@ -684,7 +684,7 @@ func (s *SDK) CallContract(contractName, method string, args map[string][]byte)
return
protogo
.
Response
{
Status
:
ERROR
,
Message
:
result
.
SysCallMessage
.
Message
,
Payload
:
nil
,
Payload
:
result
.
SysCallMessage
.
Payload
[
KeyCallContractResp
]
,
}
}
...
...
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