aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.cpp
diff options
context:
space:
mode:
authorNils Schneider <nils.schneider@gmail.com>2011-09-27 20:16:07 +0200
committerNils Schneider <nils.schneider@gmail.com>2011-09-30 20:00:22 +0200
commit6ccff2cbdebca38e4913b679784a4865edfbb12a (patch)
treee13e71eb80ffa412810edcae47eea4f2b86e5b2d /src/wallet.cpp
parentf4769e44a326f61bdf47fa39346e1293b97e31c4 (diff)
downloadbitcoin-6ccff2cbdebca38e4913b679784a4865edfbb12a.tar.xz
remove cryptopp dependency, add simple unittest for SHA256Transform()
Diffstat (limited to 'src/wallet.cpp')
-rw-r--r--src/wallet.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet.cpp b/src/wallet.cpp
index d78e470396..30a561dcb4 100644
--- a/src/wallet.cpp
+++ b/src/wallet.cpp
@@ -5,7 +5,6 @@
#include "headers.h"
#include "db.h"
-#include "cryptopp/sha.h"
#include "crypter.h"
using namespace std;