Skip to content

Commit

Permalink
[FAB-8582] cleaning up NewPreEnrolledUser
Browse files Browse the repository at this point in the history
Change-Id: I593a2c68842451340bb1ebd99ffc22d27a0efda0
Signed-off-by: Sudesh Shetty <sudesh.shetty@securekey.com>
  • Loading branch information
sudeshrshetty committed Feb 28, 2018
1 parent e81d3ed commit 42c3001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/fabsdk/fabsdk.go
Expand Up @@ -258,7 +258,7 @@ func (sdk *FabricSDK) newUser(orgID string, userName string) (context.IdentityCo

user, err := sdk.fabricProvider.CreateUser(userName, signingIdentity)
if err != nil {
return nil, errors.WithMessage(err, "NewPreEnrolledUser returned error")
return nil, errors.WithMessage(err, "create User returned error")
}

return user, nil
Expand Down

0 comments on commit 42c3001

Please sign in to comment.