Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orderer/multichain/manager_test.go
Original file line number Diff line number Diff line change
@@ -115,7 +115,7 @@ func TestNoSystemChain(t *testing.T) {
consenters := make(map[string]Consenter)
consenters[conf.Genesis.OrdererType] = &mockConsenter{}

NewManagerImpl(lf, consenters)
NewManagerImpl(lf, consenters, &xxxCryptoHelper{})
}

// This test essentially brings the entire system up and is ultimately what main.go will replicate

0 comments on commit 6e30e75

Please sign in to comment.