Fix typo in test.
This commit is contained in:
parent
1b73e9828d
commit
53b0b8cd09
1 changed files with 1 additions and 1 deletions
|
@ -643,7 +643,7 @@ func TestErrors(t *testing.T) {
|
||||||
{
|
{
|
||||||
name: "pubkey not on curve",
|
name: "pubkey not on curve",
|
||||||
key: "xpub661MyMwAqRbcFtXgS5sYJABqqG9YLmC4Q1Rdap9gSE8NqtwybGhePY2gZ1hr9Rwbk95YadvBkQXxzHBSngB8ndpW6QH7zhhsXZ2jHyZqPjk",
|
key: "xpub661MyMwAqRbcFtXgS5sYJABqqG9YLmC4Q1Rdap9gSE8NqtwybGhePY2gZ1hr9Rwbk95YadvBkQXxzHBSngB8ndpW6QH7zhhsXZ2jHyZqPjk",
|
||||||
err: errors.New("pubkey isn't on secp265k1 curve"),
|
err: errors.New("pubkey isn't on secp256k1 curve"),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "unsupported version",
|
name: "unsupported version",
|
||||||
|
|
Loading…
Reference in a new issue