Skip to content

Commit

Permalink
Fixup whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Empact committed Mar 4, 2019
1 parent 47101bb commit 0580f86
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pubkey.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ class CPubKey
/**
* secp256k1:
*/
static constexpr unsigned int SIZE = 65;
static constexpr unsigned int COMPRESSED_SIZE = 33;
static constexpr unsigned int SIGNATURE_SIZE = 72;
static constexpr unsigned int COMPACT_SIGNATURE_SIZE = 65;
static constexpr unsigned int SIZE = 65;
static constexpr unsigned int COMPRESSED_SIZE = 33;
static constexpr unsigned int SIGNATURE_SIZE = 72;
static constexpr unsigned int COMPACT_SIGNATURE_SIZE = 65;
/**
* see www.keylength.com
* script supports up to 75 for single byte push
Expand Down

0 comments on commit 0580f86

Please sign in to comment.