secp256k1: Correct const name for doc comment
This commit is contained in:
parent
9547385fc0
commit
0ba1ca40a3
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user