Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix acl #32

Merged
merged 3 commits into from
Feb 23, 2021
Merged

fix acl #32

merged 3 commits into from
Feb 23, 2021

Conversation

ownluke
Copy link
Collaborator

@ownluke ownluke commented Feb 23, 2021

No description provided.

@@ -206,7 +206,7 @@ func (c *CommTrans) ReadPreExeReq(buf []byte) (*pb.InvokeRequest, error) {
params := new(invokeRequestWraper)
err := json.Unmarshal(buf, params)
if err != nil {
return nil, nil
return nil, fmt.Errorf("unmarshal desc error: %v", err)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Collaborator

@chunhui01 chunhui01 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ownluke ownluke merged commit 6e39a94 into xuperchain:master Feb 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants