Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Johannes Fritsch
fabric
Commits
d468a176
Commit
d468a176
authored
Apr 15, 2019
by
Gari Singh
Committed by
Gerrit Code Review
Apr 15, 2019
Browse files
Merge "[FAB-15171] Remove checking length of cert.Certificate"
parents
59fc3250
1fbefd32
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
gossip/comm/crypto.go
gossip/comm/crypto.go
+0
-3
No files found.
gossip/comm/crypto.go
View file @
d468a176
...
...
@@ -51,9 +51,6 @@ func GenerateCertificatesOrPanic() tls.Certificate {
if
err
!=
nil
{
panic
(
err
)
}
if
len
(
cert
.
Certificate
)
==
0
{
panic
(
"Certificate chain is empty"
)
}
return
cert
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment