Skip to content

Commit a47bf65

Browse files
author
Jason Yellick
committed
[FAB-6845] Fix broken master
A merge created a CI failure, as the new version dependencies in the MSP code conflict with the idemix tests, this CR fixes it. Change-Id: I958f4f4c37a44bc9dbc60b939e7a0236852ae1ae Signed-off-by: Jason Yellick <jyellick@us.ibm.com>
1 parent 00f2cc1 commit a47bf65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/tools/idemixgen/idemixca/idemixca_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ func writeSignerToFile(signerBytes []byte) error {
9393
// with the generated config bytes
9494
func setupMSP() error {
9595
// setup an idemix msp from the test directory
96-
msp, err := m.New(&m.IdemixNewOpts{NewBaseOpts: m.NewBaseOpts{Version: m.MSPv1_0}})
96+
msp, err := m.New(&m.IdemixNewOpts{NewBaseOpts: m.NewBaseOpts{Version: m.MSPv1_1}})
9797
if err != nil {
9898
return errors.Wrap(err, "Getting MSP failed")
9999
}

0 commit comments

Comments
 (0)