Skip to content

Commit c1d8e55

Browse files
authored
chore: Fix the problematic comment (#5346)
Signed-off-by: weifangc <[email protected]>
1 parent d96b89e commit c1d8e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msp/mgmt/mgmt.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ func GetManagerForChain(chainID string) msp.MSPManager {
5151
return mspMgr
5252
}
5353

54-
// GetManagers returns all the managers registered
54+
// GetDeserializers returns all the deserializers registered
5555
func GetDeserializers() map[string]msp.IdentityDeserializer {
5656
m.Lock()
5757
defer m.Unlock()

0 commit comments

Comments
 (0)