We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad521fa commit aef3d35Copy full SHA for aef3d35
primitives/ec/privatekey_test.go
@@ -136,6 +136,8 @@ func TestPrivateKeyFromInvalidWif(t *testing.T) {
136
require.Error(t, err)
137
138
wif = "L4o1GXuUSHauk19f9Cfpm1qfSXZuGLBUAC2VZM6vdmfMxRxAYkWqL4o1GXuUSHauk19f9Cfpm1qfSXZuGLBUAC2VZM6vdmfMxRxAYkWq"
139
+ _, err = PrivateKeyFromWif(wif)
140
+ require.Error(t, err)
141
}
142
143
// TestPolynomialFromPrivateKey checks if a polynomial is correctly created from a private key
0 commit comments