Correct verify signature example doco link.

This commit is contained in:
Dave Collins 2014-08-10 15:16:14 -05:00
parent c949e04246
commit ff095cfa8e

View file

@ -47,7 +47,7 @@ $ go get github.com/conformal/btcec
parsed form raw bytes and serializing the generated signature.
* [Verify Signature]
(http://godoc.org/github.com/conformal/btcec#example-package--verifySignature)
(http://godoc.org/github.com/conformal/btcec#example-package--VerifySignature)
Demonstrates verifying a secp256k1 signature against a public key that is
first parsed from raw bytes. The signature is also parsed from raw bytes.