Skip to content

Commit 206e6ed

Browse files
committed
fixup! load fabric CA generated identity properly
Signed-off-by: Angelo De Caro <adc@zurich.ibm.com>
1 parent 8236a01 commit 206e6ed

File tree

1 file changed

+1
-1
lines changed
  • token/core/identity/msp/idemix

1 file changed

+1
-1
lines changed

token/core/identity/msp/idemix/lm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ func (lm *LocalMembership) registerIdentity(identity config.Identity, curveID ma
236236
}
237237

238238
func (lm *LocalMembership) registerProvider(identity config.Identity, curveID math3.CurveID) error {
239-
conf, err := GetIdemixMspConfigWithType(identity.Path, lm.mspID, lm.ignoreVerifyOnlyWallet)
239+
conf, err := GetLocalMspConfigWithType(identity.Path, lm.mspID, lm.ignoreVerifyOnlyWallet)
240240
if err != nil {
241241
logger.Debugf("failed reading idemix msp configuration from [%s]: [%s], try adding 'msp'...", identity.Path, err)
242242
// Try with "msp"

0 commit comments

Comments
 (0)