Skip to content

Commit

Permalink
Merge "[FAB-6061] NodeSDK - rewrites user keys"
Browse files Browse the repository at this point in the history
  • Loading branch information
jimthematrix authored and Gerrit Code Review committed Oct 3, 2017
2 parents 4bdb26f + 624553d commit d7953fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabric-client/lib/Client.js
Original file line number Diff line number Diff line change
Expand Up @@ -1271,7 +1271,7 @@ var Client = class extends BaseClient {
function(userContext) {
if (userContext) {
logger.debug('Requested user "%s" loaded successfully from the state store on this Client instance: name - %s', name, name);
return self.setUserContext(userContext, false);
return self.setUserContext(userContext, true); //skipPersistence as we just got it from there
} else {
logger.debug('Requested user "%s" not loaded from the state store on this Client instance: name - %s', name, name);
return null;
Expand Down

0 comments on commit d7953fb

Please sign in to comment.