-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-4443] Do not sign configtx with Noop MSP
Because it has no crypto identity, configtxgen uses the noop signer as the parameter to the channel creation helpers which require it. Unfortunately, this creates an unreadable garbage signature in the output of the channel creation transaction. This behavior does not prevent channel creation from occurring, because of the multi-sig nature of the messages, but, it does cause nasty error messages to appear in the log. This CR removes the use of the noop MSP and instead fixes the method which depended on having a non-nil signer passed in to accept a nil signer and omit signatures instead. Change-Id: I634ab2756a31aaa12a39b5b820bb68516d217a41 Signed-off-by: Jason Yellick <jyellick@us.ibm.com>
- Loading branch information
Jason Yellick
committed
Jun 7, 2017
1 parent
52853f8
commit 53efa19
Showing
3 changed files
with
71 additions
and
23 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
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