secp256k1: Correct const name for doc comment

This commit is contained in:
Josh Rickmar 2020-10-22 21:35:48 +00:00 committed by Dave Collins
parent 9547385fc0
commit 0ba1ca40a3

View File

@ -24,7 +24,7 @@ const (
// compressed public key.
PubKeyBytesLenCompressed = 33
// PubKeyBytesLenCompressed is the number of bytes of a serialized
// PubKeyBytesLenUncompressed is the number of bytes of a serialized
// uncompressed public key.
PubKeyBytesLenUncompressed = 65