You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The getMspConfig function loads the MSP signer certs from the signer
cert dir, error if the dir is not present, and then does nothing with
them.
This function is used to get the Verifying MSP definition to include in
a channel, so requiring that a signcerts directory be present is
non-sensical in this case, but still causes an error if not present.
Change-Id: Ic89709df51f768a06c08551563b1e00df05f7695
Signed-off-by: Jason Yellick <[email protected]>
0 commit comments