Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
p2p
go-p2p-tls
Commits
2b29f223
Unverified
Commit
2b29f223
authored
Mar 11, 2019
by
Raúl Kripalani
Committed by
GitHub
Mar 11, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix logging when using secp256k1 key in tests
Co-Authored-By:
marten-seemann
<
martenseemann@gmail.com
>
parent
11bbc4e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
transport_test.go
transport_test.go
+1
-1
No files found.
transport_test.go
View file @
2b29f223
...
...
@@ -53,7 +53,7 @@ var _ = Describe("Transport", func() {
fmt
.
Fprintf
(
GinkgoWriter
,
" using an Ed25519 key: "
)
priv
,
_
,
err
=
ci
.
GenerateEd25519Key
(
rand
.
Reader
)
case
3
:
fmt
.
Fprintf
(
GinkgoWriter
,
" using an
Ed25519
key: "
)
fmt
.
Fprintf
(
GinkgoWriter
,
" using an
secp256k1
key: "
)
priv
,
_
,
err
=
ci
.
GenerateSecp256k1Key
(
rand
.
Reader
)
}
Expect
(
err
)
.
ToNot
(
HaveOccurred
())
...
...
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