diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2014-11-19 10:53:46 +0100 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2014-11-20 12:29:19 +0100 |
commit | a01fa3035f161be4327b664a1eebe29a2a7d244d (patch) | |
tree | ac7f16f14d2dedc33ce4ad667e38212184547f5d /src/key.h | |
parent | b5d1b1092998bc95313856d535c632ea5a8f9104 (diff) |
minor style cleanup after HTTP rest interface merge
- no code changes
Diffstat (limited to 'src/key.h')
-rw-r--r-- | src/key.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -13,9 +13,10 @@ #include <stdexcept> #include <vector> -struct CExtPubKey; class CPubKey; +struct CExtPubKey; + /** * secp256k1: * const unsigned int PRIVATE_KEY_SIZE = 279; |