-
Notifications
You must be signed in to change notification settings - Fork 515
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FABN-1254] Fix Chaincode's label for the validation
The character restrictions for the Chaincode's package label was merged by FAB-14597. Label must be non-empty, can only consist of alphanumerics, '_', and '-' and can only begin with alphanumerics. fabric-client creates a label for a Chaincode in the constructor of the Chaincode class. The invalid character ':' is used for the label. This CR changes the character to '_' to satisfy the restrictions. FABN-1254 #done Change-Id: I2d9e57603519dee583a42c21bc881885a70973f1 Signed-off-by: Yuki Kondo <[email protected]>
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters