Skip to content

Commit 87a393a

Browse files
authored
FABN-1593 update channel typescript defs (#272)
addMSP should be addMsp removeMSP should be removeMsp Signed-off-by: Bret Harrison <[email protected]>
1 parent 34a5013 commit 87a393a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fabric-common/types/index.d.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -354,8 +354,8 @@ export class Channel {
354354

355355
public getMspids(): string[];
356356
public getMsp(id: string): any;
357-
public removeMSP(id: string): boolean;
358-
public addMSP(msp: any): Channel;
357+
public removeMsp(id: string): boolean;
358+
public addMsp(msp: any): Channel;
359359

360360
public addEndorser(endorser: Endorser, replace?: boolean): Channel;
361361
public removeEndorser(endorser: Endorser): boolean;

0 commit comments

Comments
 (0)