Skip to content

Commit

Permalink
Fix: ChaincodeStub.getMspID should be in lowerCamelCASE
Browse files Browse the repository at this point in the history
Signed-off-by: winderica <winderica@gmail.com>
  • Loading branch information
winderica authored and jt-nti committed Jul 9, 2020
1 parent 7de3c12 commit be2ef68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apis/fabric-shim-api/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ declare module 'fabric-shim-api' {
getTxID(): string;
getChannelID(): string;
getCreator(): SerializedIdentity;
getMSPID(): string;
getMspID(): string;
getTransient(): Map<string, Uint8Array>;

getSignedProposal(): ChaincodeProposal.SignedProposal;
Expand Down
2 changes: 1 addition & 1 deletion libraries/fabric-shim/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ declare module 'fabric-shim' {
getTxID(): string;
getChannelID(): string;
getCreator(): SerializedIdentity;
getMSPID(): string;
getMspID(): string;
getTransient(): Map<string, Uint8Array>;

getSignedProposal(): ChaincodeProposal.SignedProposal;
Expand Down

0 comments on commit be2ef68

Please sign in to comment.