aboutsummaryrefslogtreecommitdiff
path: root/src/keystore.cpp
diff options
context:
space:
mode:
authorPieter Wuille <[email protected]>2012-04-16 14:56:45 +0200
committerPieter Wuille <[email protected]>2012-04-17 20:03:42 +0200
commit6b6aaa1698838278a547f16a15e635bd58ec867d (patch)
tree62a79e33a866c2a92f548cecb6148c7339f8beaf /src/keystore.cpp
parentMove proto version to version.h. Reduce header deps a bit more. (diff)
downloaddiscoin-6b6aaa1698838278a547f16a15e635bd58ec867d.tar.xz
discoin-6b6aaa1698838278a547f16a15e635bd58ec867d.zip
Further reduce header dependencies
This commit removes the dependency of serialize.h on PROTOCOL_VERSION, and makes this parameter required instead of implicit. This is much saner, as it makes the places where changing a version number can have an influence obvious.
Diffstat (limited to 'src/keystore.cpp')
-rw-r--r--src/keystore.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/keystore.cpp b/src/keystore.cpp
index 664f0b124..313518711 100644
--- a/src/keystore.cpp
+++ b/src/keystore.cpp
@@ -4,7 +4,6 @@
// file license.txt or http://www.opensource.org/licenses/mit-license.php.
#include "keystore.h"
-#include "crypter.h"
#include "script.h"
bool CKeyStore::GetPubKey(const CBitcoinAddress &address, std::vector<unsigned char> &vchPubKeyOut) const