Skip to content

Commit

Permalink
Clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
yycen committed Sep 20, 2023
1 parent 40c5c77 commit ef11d45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crypto/ecpoint_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ func TestS256EcpointJsonSerialization(t *testing.T) {

pubKeyBytes, err := hex.DecodeString("03935336acb03b2b801d8f8ac5e92c56c4f6e93319901fdfffba9d340a874e2879")
assert.NoError(t, err)
// pbk, err := btcec.ParsePubKey(pubKeyBytes, btcec.S256())
pbk, err := btcec.ParsePubKey(pubKeyBytes)
assert.NoError(t, err)

Expand Down

0 comments on commit ef11d45

Please sign in to comment.