forked from hyperledger/fabric-sdk-go
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FABG-750] Make UserStore persistence optional
client.credentialStore.path is no longer required when an SDK instance is created. When it's not provided, the SDK will internally create an empty in-memory user store that will be gone when the SDK instance is closed. Change-Id: Iede63efd549c3e5519f9b98969e70c6fb9c946ed Signed-off-by: Aleksandar Likic <[email protected]>
- Loading branch information
Aleksandar Likic
committed
Sep 2, 2018
1 parent
dcb2645
commit 33034df
Showing
3 changed files
with
106 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters