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

Commit 9280a72a authored by gh lu's avatar gh lu

fix: return err result payload

--bug=1004762
parent 5d823605
......@@ -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],
}
}
......
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