Skip to content

Commit 0580f86

Browse files
committed
Fixup whitespace
1 parent 47101bb commit 0580f86

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/pubkey.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ class CPubKey
3333
/**
3434
* secp256k1:
3535
*/
36-
static constexpr unsigned int SIZE = 65;
37-
static constexpr unsigned int COMPRESSED_SIZE = 33;
38-
static constexpr unsigned int SIGNATURE_SIZE = 72;
39-
static constexpr unsigned int COMPACT_SIGNATURE_SIZE = 65;
36+
static constexpr unsigned int SIZE = 65;
37+
static constexpr unsigned int COMPRESSED_SIZE = 33;
38+
static constexpr unsigned int SIGNATURE_SIZE = 72;
39+
static constexpr unsigned int COMPACT_SIGNATURE_SIZE = 65;
4040
/**
4141
* see www.keylength.com
4242
* script supports up to 75 for single byte push

0 commit comments

Comments
 (0)