Skip to content

Commit

Permalink
Revert "create idemix user folder under root folder"
Browse files Browse the repository at this point in the history
This reverts commit 0fcf897.

Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com>
  • Loading branch information
jkneubuh authored and denyeart committed Jul 8, 2022
1 parent 65315b2 commit f2fed4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/client.go
Expand Up @@ -125,7 +125,7 @@ func (c *Client) Init() error {
c.ipkFile = filepath.Join(mspDir, "IssuerPublicKey")

// Idemix credentials directory
c.idemixCredsDir = path.Join(c.HomeDir, "user")
c.idemixCredsDir = path.Join(mspDir, "user")
err = os.MkdirAll(c.idemixCredsDir, 0o755)
if err != nil {
return errors.Wrap(err, "Failed to create Idemix credentials directory 'user'")
Expand Down

0 comments on commit f2fed4d

Please sign in to comment.