aboutsummaryrefslogtreecommitdiff
path: root/src/key.h
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2014-11-19 10:53:46 +0100
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2014-11-20 12:29:19 +0100
commita01fa3035f161be4327b664a1eebe29a2a7d244d (patch)
treeac7f16f14d2dedc33ce4ad667e38212184547f5d /src/key.h
parentb5d1b1092998bc95313856d535c632ea5a8f9104 (diff)
downloadbitcoin-a01fa3035f161be4327b664a1eebe29a2a7d244d.tar.xz
minor style cleanup after HTTP rest interface merge
- no code changes
Diffstat (limited to 'src/key.h')
-rw-r--r--src/key.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/key.h b/src/key.h
index 0bb05482c9..a58cab45ec 100644
--- a/src/key.h
+++ b/src/key.h
@@ -13,9 +13,10 @@
#include <stdexcept>
#include <vector>
-struct CExtPubKey;
class CPubKey;
+struct CExtPubKey;
+
/**
* secp256k1:
* const unsigned int PRIVATE_KEY_SIZE = 279;